Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/t32/highlights.scm')
| -rw-r--r-- | runtime/queries/t32/highlights.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/queries/t32/highlights.scm b/runtime/queries/t32/highlights.scm index bcfa3add..8a29cee2 100644 --- a/runtime/queries/t32/highlights.scm +++ b/runtime/queries/t32/highlights.scm @@ -81,10 +81,6 @@ "." ] @punctuation.delimiter -; HLL variables -(identifier) @variable -(hll_field_identifier) @variable.other.member - ; Strings and others literal types (access_class) @constant.builtin @@ -223,5 +219,9 @@ command: (identifier) @keyword.control.loop) +; HLL variables +(identifier) @variable +(hll_field_identifier) @variable.other.member + (comment) @comment |