Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/d/highlights.scm')
| -rw-r--r-- | runtime/queries/d/highlights.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/queries/d/highlights.scm b/runtime/queries/d/highlights.scm index b5db8431..ee16c901 100644 --- a/runtime/queries/d/highlights.scm +++ b/runtime/queries/d/highlights.scm @@ -217,6 +217,8 @@ (cfloat) ] @warning ; these types are deprecated +(identifier) @variable + (label (identifier) @label) (goto_statement (goto) @keyword (identifier) @label) @@ -224,7 +226,6 @@ (int_literal) @constant.numeric.integer (float_literal) @constant.numeric.float (char_literal) @constant.character -(identifier) @variable (at_attribute) @attribute ; everything after __EOF_ is plain text |