mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
C++ locals: add variadic as @definition.var
This commit is contained in:
parent
95d3ce23c6
commit
496b175d05
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
||||||
(reference_declarator
|
(reference_declarator
|
||||||
(identifier) @definition.var)
|
(identifier) @definition.var)
|
||||||
|
|
||||||
|
(variadic_declarator
|
||||||
|
(identifier) @definition.var)
|
||||||
|
|
||||||
(struct_specifier
|
(struct_specifier
|
||||||
name: (type_identifier) @definition.type)
|
name: (type_identifier) @definition.type)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue