mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
highlights(c): don't highlight type qualifiers in declarations as types
This commit is contained in:
parent
983c46d55c
commit
d0158c053d
1 changed files with 0 additions and 2 deletions
|
|
@ -133,8 +133,6 @@
|
|||
(type_descriptor)
|
||||
] @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