diff options
| -rw-r--r-- | queries/c/highlights.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/queries/c/highlights.scm b/queries/c/highlights.scm index 4bb3ff745..5a79a2b5e 100644 --- a/queries/c/highlights.scm +++ b/queries/c/highlights.scm @@ -51,7 +51,7 @@ ">=" @operator "!" @operator "||" @operator -"?" @operator +(conditional_expression [ "?" ":" ] @conditional) "-=" @operator "+=" @operator @@ -113,4 +113,3 @@ (identifier)) @parameter (ERROR) @error - |
