mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
attribute in stead of annotation
This commit is contained in:
parent
8b4b07c55b
commit
db67f5e517
1 changed files with 3 additions and 3 deletions
|
|
@ -70,9 +70,9 @@
|
|||
(type_identifier) @type
|
||||
|
||||
;; Annotations
|
||||
(annotation (single_annotation) @annotation)
|
||||
(single_annotation (user_type (type_identifier) @annotation))
|
||||
(single_annotation (constructor_invocation (user_type (type_identifier) @annotation)))
|
||||
(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