aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMichael Davis2022-11-23 22:27:26 +0000
committerBlaž Hrastnik2022-11-24 02:07:05 +0000
commitee06d4d337af7a46de294d88c00104b2ae836455 (patch)
treedf56812880bf6fe0483b5f5783b0433b7bcc93ba /runtime
parentcbc72e84d7a4c2a1ed5ec81bced3d280c69b4649 (diff)
Update tree-sitter-gleam
This update includes a handful of fixes, a new binary concatenation operator (already highlighted by the `binary_operator` rule), and a new `use` language construct. The nodes are backwards compatible but this update introduces two new nodes for highlighting: `use` and `<-`.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/gleam/highlights.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/gleam/highlights.scm b/runtime/queries/gleam/highlights.scm
index 8cff6b51..34b3ce65 100644
--- a/runtime/queries/gleam/highlights.scm
+++ b/runtime/queries/gleam/highlights.scm
@@ -80,6 +80,7 @@
"todo"
"try"
"type"
+ "use"
] @keyword
; Punctuation
@@ -103,4 +104,5 @@
"->"
".."
"-"
+ "<-"
] @punctuation.delimiter