feat(c/cpp highlights): highlight pointer/reference parameters

This commit is contained in:
Stephan Seitz 2020-08-22 21:17:07 +02:00 committed by Thomas Vigouroux
parent 627a1e558f
commit 32fdbe519e
2 changed files with 5 additions and 0 deletions

View file

@ -134,6 +134,9 @@
(parameter_declaration
declarator: (identifier) @parameter)
(parameter_declaration
declarator: (pointer_declarator) @parameter)
(preproc_params
(identifier)) @parameter