Skip to content

Commit

Permalink
Update gleam grammar (#6641)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg authored Apr 9, 2023
1 parent 58e457a commit 6dabd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ language-server = { command = "gleam", args = ["lsp"] }

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

[[language]]
name = "ron"
Expand Down
1 change: 1 addition & 0 deletions runtime/queries/gleam/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"if"
"import"
"let"
"panic"
"todo"
"try"
"type"
Expand Down

0 comments on commit 6dabd36

Please sign in to comment.