From 9ceeea5a83270284b42813a128962ca5102b07f6 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 5 Jun 2023 08:40:48 -0500 Subject: Update tree-sitter-gleam and highlights This contains a few syntax fixes. The highlights have been updated as well for reserved identifiers and escape sequences --- runtime/queries/gleam/highlights.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'runtime/queries') diff --git a/runtime/queries/gleam/highlights.scm b/runtime/queries/gleam/highlights.scm index 95a08141..b40574b0 100644 --- a/runtime/queries/gleam/highlights.scm +++ b/runtime/queries/gleam/highlights.scm @@ -61,10 +61,17 @@ ; Literals (string) @string +((escape_sequence) @warning + (#eq? @warning "\\e")) ; deprecated escape sequence +(escape_sequence) @constant.character.escape (bit_string_segment_option) @function.builtin (integer) @constant.numeric.integer (float) @constant.numeric.float +; Reserved identifiers +((identifier) @error + (#any-of? @error "auto" "delegate" "derive" "else" "implement" "macro" "test" "echo")) + ; Variables (identifier) @variable (discard) @comment.unused -- cgit v1.2.3-70-g09d2