mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
Update Kotlin parser
This commit is contained in:
parent
86da4fed85
commit
2cd1eb6e2a
3 changed files with 12 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue