diff options
Diffstat (limited to 'queries/kotlin')
| -rw-r--r-- | queries/kotlin/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm index 7c59815b..17eeab2a 100644 --- a/queries/kotlin/highlights.scm +++ b/queries/kotlin/highlights.scm @@ -70,9 +70,9 @@ (type_identifier) @type ;; Annotations -(annotation (single_annotation) @annotation) -(single_annotation (user_type (type_identifier) @annotation)) -(single_annotation (constructor_invocation (user_type (type_identifier) @annotation))) +(annotation (single_annotation) @attribute) +(single_annotation (user_type (type_identifier) @attribute)) +(single_annotation (constructor_invocation (user_type (type_identifier) @attribute))) ;; it |
