mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
test
This commit is contained in:
parent
8b8c434290
commit
440d666b68
2 changed files with 7 additions and 7 deletions
|
|
@ -127,11 +127,11 @@
|
|||
(statement_identifier) @label
|
||||
|
||||
[
|
||||
(type_identifier)
|
||||
(primitive_type)
|
||||
(sized_type_specifier)
|
||||
(type_descriptor)
|
||||
] @type
|
||||
(type_identifier)
|
||||
(primitive_type)
|
||||
(sized_type_specifier)
|
||||
(type_descriptor)
|
||||
] @type
|
||||
|
||||
(declaration (type_qualifier) @type)
|
||||
(cast_expression type: (type_descriptor) @type)
|
||||
|
|
@ -170,6 +170,4 @@
|
|||
(preproc_params
|
||||
(identifier)) @parameter
|
||||
|
||||
(attribute_declaration) @attribute
|
||||
|
||||
(ERROR) @error
|
||||
|
|
|
|||
|
|
@ -153,3 +153,5 @@
|
|||
] @keyword.operator
|
||||
|
||||
"::" @operator
|
||||
|
||||
(attribute_declaration) @attribute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue