mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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
|
(statement_identifier) @label
|
||||||
|
|
||||||
[
|
[
|
||||||
(type_identifier)
|
(type_identifier)
|
||||||
(primitive_type)
|
(primitive_type)
|
||||||
(sized_type_specifier)
|
(sized_type_specifier)
|
||||||
(type_descriptor)
|
(type_descriptor)
|
||||||
] @type
|
] @type
|
||||||
|
|
||||||
(declaration (type_qualifier) @type)
|
(declaration (type_qualifier) @type)
|
||||||
(cast_expression type: (type_descriptor) @type)
|
(cast_expression type: (type_descriptor) @type)
|
||||||
|
|
@ -170,6 +170,4 @@
|
||||||
(preproc_params
|
(preproc_params
|
||||||
(identifier)) @parameter
|
(identifier)) @parameter
|
||||||
|
|
||||||
(attribute_declaration) @attribute
|
|
||||||
|
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
|
|
|
||||||
|
|
@ -153,3 +153,5 @@
|
||||||
] @keyword.operator
|
] @keyword.operator
|
||||||
|
|
||||||
"::" @operator
|
"::" @operator
|
||||||
|
|
||||||
|
(attribute_declaration) @attribute
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue