mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
highlights(c): extern in linkage specification
This commit is contained in:
parent
d508f9aceb
commit
6ae94e0341
1 changed files with 3 additions and 0 deletions
|
|
@ -138,6 +138,9 @@
|
||||||
|
|
||||||
(type_qualifier) @type.qualifier
|
(type_qualifier) @type.qualifier
|
||||||
|
|
||||||
|
(linkage_specification
|
||||||
|
"extern" @storageclass)
|
||||||
|
|
||||||
(type_definition
|
(type_definition
|
||||||
declarator: (type_identifier) @type.definition)
|
declarator: (type_identifier) @type.definition)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue