mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix(kotlin): use @attribute instead of @annotation
This commit is contained in:
parent
f92d11cdee
commit
b963e9f994
1 changed files with 6 additions and 6 deletions
|
|
@ -318,24 +318,24 @@
|
||||||
|
|
||||||
|
|
||||||
(annotation
|
(annotation
|
||||||
"@" @annotation (use_site_target)? @annotation)
|
"@" @attribute (use_site_target)? @attribute)
|
||||||
(annotation
|
(annotation
|
||||||
(user_type
|
(user_type
|
||||||
(type_identifier) @annotation))
|
(type_identifier) @attribute))
|
||||||
(annotation
|
(annotation
|
||||||
(constructor_invocation
|
(constructor_invocation
|
||||||
(user_type
|
(user_type
|
||||||
(type_identifier) @annotation)))
|
(type_identifier) @attribute)))
|
||||||
|
|
||||||
(file_annotation
|
(file_annotation
|
||||||
"@" @annotation "file" @annotation ":" @annotation)
|
"@" @attribute "file" @attribute ":" @attribute)
|
||||||
(file_annotation
|
(file_annotation
|
||||||
(user_type
|
(user_type
|
||||||
(type_identifier) @annotation))
|
(type_identifier) @attribute))
|
||||||
(file_annotation
|
(file_annotation
|
||||||
(constructor_invocation
|
(constructor_invocation
|
||||||
(user_type
|
(user_type
|
||||||
(type_identifier) @annotation)))
|
(type_identifier) @attribute)))
|
||||||
|
|
||||||
;;; Operators & Punctuation
|
;;; Operators & Punctuation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue