C highlights: make preproc_defined @function.macro

This commit is contained in:
Stephan Seitz
2020-08-30 01:14:18 +02:00
committed by Thomas Vigouroux
parent c5d07a01f6
commit 1cdf8bf750

View File

@@ -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