Skip to content

Commit

Permalink
Update tree-sitter-gleam, enable auto-format (helix-editor#8085)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored and dgkf committed Jan 30, 2024
1 parent 7a57b82 commit 88e905b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,10 +1541,11 @@ roots = ["gleam.toml"]
comment-token = "//"
indent = { tab-width = 2, unit = " " }
language-servers = [ "gleam" ]
auto-format = true

[[grammar]]
name = "gleam"
source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "ae79782c00656945db69641378e688cdb78d52c1" }
source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "a59aadf3d7c11702cad244e7cd6b67b34ca9c16a" }

[[language]]
name = "ron"
Expand Down

0 comments on commit 88e905b

Please sign in to comment.