mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
fix(c): only inject in preproc function calls/definitions
This commit is contained in:
parent
c2eae58ce2
commit
f590e13d6d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
(preproc_arg) @c
|
||||
(preproc_function_def (preproc_arg) @c)
|
||||
(preproc_call (preproc_arg) @c)
|
||||
|
||||
(comment) @comment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue