mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(c): update declaration and cast_expression
This commit is contained in:
parent
22f3203adf
commit
866f39bb71
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@
|
|||
(type_descriptor)
|
||||
] @type
|
||||
|
||||
(declaration type: [(identifier) (type_identifier)] @type)
|
||||
(cast_expression type: [(identifier) (type_identifier)] @type)
|
||||
(declaration (type_qualifier) @type)
|
||||
(cast_expression type: (type_descriptor) @type)
|
||||
(sizeof_expression value: (parenthesized_expression (identifier) @type))
|
||||
|
||||
((identifier) @constant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue