Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/hare/highlights.scm')
| -rw-r--r-- | runtime/queries/hare/highlights.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/queries/hare/highlights.scm b/runtime/queries/hare/highlights.scm index adaea14e..5115328d 100644 --- a/runtime/queries/hare/highlights.scm +++ b/runtime/queries/hare/highlights.scm @@ -118,8 +118,6 @@ ] @constant.builtin (literal "void") @constant.builtin -(identifier) @variable - (string_literal) @string (escape_sequence) @constant.character.escape (rune_literal) @string @@ -140,4 +138,5 @@ (decl_attr) @special (fndec_attrs) @special +(identifier) @variable (struct_union_field (name)) @variable |