summaryrefslogtreecommitdiff
path: root/queries
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-11 00:57:54 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2021-03-16 18:52:43 +0100
commit2cd1eb6e2ab84be495feb2132094705e29ad33a8 (patch)
tree8a923475294ab057ddd02f28885c0ff3799822c6 /queries
parent86da4fed85225397cf90dabc58526237f50f162f (diff)
Update Kotlin parser
Diffstat (limited to 'queries')
-rw-r--r--queries/kotlin/highlights.scm7
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