Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/gleam/highlights.scm')
| -rw-r--r-- | runtime/queries/gleam/highlights.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/queries/gleam/highlights.scm b/runtime/queries/gleam/highlights.scm index b40574b0..961afc34 100644 --- a/runtime/queries/gleam/highlights.scm +++ b/runtime/queries/gleam/highlights.scm @@ -1,3 +1,7 @@ +; Variables +(identifier) @variable +(discard) @comment.unused + ; Comments (module_comment) @comment (statement_comment) @comment @@ -72,10 +76,6 @@ ((identifier) @error (#any-of? @error "auto" "delegate" "derive" "else" "implement" "macro" "test" "echo")) -; Variables -(identifier) @variable -(discard) @comment.unused - ; Keywords [ (visibility_modifier) ; "pub" |