Update gleam grammar (#6641)

This commit is contained in:
Arnar 2023-04-09 21:23:01 +02:00 committed by GitHub
parent 58e457a4e1
commit 6dabd36491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -77,6 +77,7 @@
"if"
"import"
"let"
"panic"
"todo"
"try"
"type"