diff options
| -rw-r--r-- | queries/kotlin/highlights.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm index ef1d2185..edd97223 100644 --- a/queries/kotlin/highlights.scm +++ b/queries/kotlin/highlights.scm @@ -318,24 +318,24 @@ (annotation - "@" @annotation (use_site_target)? @annotation) + "@" @attribute (use_site_target)? @attribute) (annotation (user_type - (type_identifier) @annotation)) + (type_identifier) @attribute)) (annotation (constructor_invocation (user_type - (type_identifier) @annotation))) + (type_identifier) @attribute))) (file_annotation - "@" @annotation "file" @annotation ":" @annotation) + "@" @attribute "file" @attribute ":" @attribute) (file_annotation (user_type - (type_identifier) @annotation)) + (type_identifier) @attribute)) (file_annotation (constructor_invocation (user_type - (type_identifier) @annotation))) + (type_identifier) @attribute))) ;;; Operators & Punctuation |
