highlights(c/c++): "..." also exists in C (variadic macros)

This commit is contained in:
Stephan Seitz 2021-04-30 11:58:42 +02:00 committed by Thomas Vigouroux
parent 5d2faa0466
commit 506e998da2
2 changed files with 2 additions and 1 deletions

View file

@ -95,6 +95,8 @@
[ "." ";" ":" "," ] @punctuation.delimiter
"..." @punctuation.special
(conditional_expression [ "?" ":" ] @conditional)

View file

@ -150,7 +150,6 @@
] @keyword.operator
"::" @operator
"..." @operator
; Annotations (not fully supported by parser)