diff options
Diffstat (limited to 'queries/dart')
| -rw-r--r-- | queries/dart/highlights.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/queries/dart/highlights.scm b/queries/dart/highlights.scm index 1f20857c..9ea563f4 100644 --- a/queries/dart/highlights.scm +++ b/queries/dart/highlights.scm @@ -8,9 +8,9 @@ ; Annotations (annotation - name: (identifier) @annotation) + name: (identifier) @attribute) (marker_annotation - name: (identifier) @annotation) + name: (identifier) @attribute) ; Operators and Tokens @@ -123,7 +123,7 @@ name: (identifier) @parameter) (named_argument - (label (identifier) @variable.parameter)) + (label (identifier) @parameter)) ; Literals @@ -136,7 +136,7 @@ ; (hex_floating_point_literal) ] @number -(symbol_literal) @string.special.symbol +(symbol_literal) @string.special (string_literal) @string (true) @boolean (false) @boolean |
