Update gleam grammar (#6641)
This commit is contained in:
parent
58e457a4e1
commit
6dabd36491
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
"if"
|
||||
"import"
|
||||
"let"
|
||||
"panic"
|
||||
"todo"
|
||||
"try"
|
||||
"type"
|
||||
|
|
Loading…
Reference in a new issue