mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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
|
||||
(identifier) @definition.var)
|
||||
|
||||
(variadic_declarator
|
||||
(identifier) @definition.var)
|
||||
|
||||
(struct_specifier
|
||||
name: (type_identifier) @definition.type)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue