fix(c): don't highlight preproc_arg

`preproc_arg` is used for the body of `#define` macro definition, which
is not appropriate to highlight with `@function.macro`. In addition,
this region has an injection to C, so it will get highlights anyway.
This commit is contained in:
Jaehwang Jung 2024-03-24 14:55:46 +09:00 committed by Christian Clason
parent aa8d8bc600
commit 07a404570f

View file

@ -142,9 +142,6 @@
(char_literal) @character
((preproc_arg) @function.macro
(#set! "priority" 90))
(preproc_defined) @function.macro
((field_expression