summaryrefslogtreecommitdiff
path: root/queries/cpp/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/cpp/highlights.scm')
-rw-r--r--queries/cpp/highlights.scm25
1 files changed, 11 insertions, 14 deletions
diff --git a/queries/cpp/highlights.scm b/queries/cpp/highlights.scm
index f68cf3a3..fb7ee2e5 100644
--- a/queries/cpp/highlights.scm
+++ b/queries/cpp/highlights.scm
@@ -158,20 +158,17 @@
"new"
"delete"
- ;; these keywords are not supported by the parser
- ;"eq"
- ;"not_eq"
- ;
- ;"compl"
- ;"and"
- ;"or"
- ;
- ;"bitand"
- ;"bitand_eq"
- ;"bitor"
- ;"bitor_eq"
- ;"xor"
- ;"xor_eq"
+ "xor"
+ "bitand"
+ "bitor"
+ "compl"
+ "not"
+ "xor_eq"
+ "and_eq"
+ "or_eq"
+ "not_eq"
+ "and"
+ "or"
] @keyword.operator
"<=>" @operator