Update gleam grammar (#6641)

pull/6675/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]] [[grammar]]
name = "gleam" 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]] [[language]]
name = "ron" name = "ron"

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

Loading…
Cancel
Save