From ee06d4d337af7a46de294d88c00104b2ae836455 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 23 Nov 2022 16:27:26 -0600 Subject: 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 `<-`. --- runtime/queries/gleam/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/queries/gleam') 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 -- cgit v1.2.3-70-g09d2