diff options
author | Arnar | 2023-04-09 19:23:01 +0000 |
---|---|---|
committer | GitHub | 2023-04-09 19:23:01 +0000 |
commit | 6dabd36491673db0110e8b78f9489fa9354708c6 (patch) | |
tree | 9add1547d78ab7742b756b0fe0e765c0740421d5 /runtime/queries/gleam | |
parent | 58e457a4e1037caf43c17dea93c5321c1ae74103 (diff) |
Update gleam grammar (#6641)
Diffstat (limited to 'runtime/queries/gleam')
-rw-r--r-- | runtime/queries/gleam/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/gleam/highlights.scm b/runtime/queries/gleam/highlights.scm index 34b3ce65..56222b8f 100644 --- a/runtime/queries/gleam/highlights.scm +++ b/runtime/queries/gleam/highlights.scm @@ -77,6 +77,7 @@ "if" "import" "let" + "panic" "todo" "try" "type" |