Update Kotlin parser

This commit is contained in:
Stephan Seitz 2021-03-11 00:57:54 +01:00 committed by Kiyan
parent 86da4fed85
commit 2cd1eb6e2a
3 changed files with 12 additions and 14 deletions

View file

@ -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