mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
C highlights: make preproc_defined @function.macro
This commit is contained in:
committed by
Thomas Vigouroux
parent
c5d07a01f6
commit
1cdf8bf750
@@ -110,7 +110,10 @@
|
||||
declarator: (identifier) @function)
|
||||
(preproc_function_def
|
||||
name: (identifier) @function.macro)
|
||||
(preproc_arg) @function.macro
|
||||
[
|
||||
(preproc_arg)
|
||||
(preproc_defined)
|
||||
] @function.macro
|
||||
; TODO (preproc_arg) @embedded
|
||||
|
||||
(field_identifier) @property
|
||||
|
||||
Reference in New Issue
Block a user