diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/kotlin/highlights.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm index 655ac798..5ac5a7e5 100644 --- a/queries/kotlin/highlights.scm +++ b/queries/kotlin/highlights.scm @@ -70,9 +70,10 @@ (type_identifier) @type ;; Annotations -(annotation (single_annotation) @attribute) -(single_annotation (user_type (type_identifier) @attribute)) -(single_annotation (constructor_invocation (user_type (type_identifier) @attribute))) +;; TODO: +;(annotation (single_annotation) @attribute) +;(single_annotation (user_type (type_identifier) @attribute)) +;(single_annotation (constructor_invocation (user_type (type_identifier) @attribute))) ;; it |
