aboutsummaryrefslogtreecommitdiffstats
path: root/queries/c/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/c/highlights.scm')
-rw-r--r--queries/c/highlights.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/queries/c/highlights.scm b/queries/c/highlights.scm
index 523a79240..b5dad2ae2 100644
--- a/queries/c/highlights.scm
+++ b/queries/c/highlights.scm
@@ -112,10 +112,8 @@
(number_literal) @number
(char_literal) @character
-[
- (preproc_arg)
- (preproc_defined)
-] @function.macro
+((preproc_arg) @function.macro (#set! "priority" 90))
+(preproc_defined) @function.macro
(((field_expression
(field_identifier) @property)) @_parent