Update gleam grammar (#6641)

pull/16/head
Arnar 1 year ago committed by GitHub
parent 58e457a4e1
commit 6dabd36491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save