1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Highlight relational operators.

This commit is contained in:
Rob Rix 2015-11-03 14:56:52 -05:00
parent 50c7575ecd
commit 767aecd690

View File

@ -65,6 +65,7 @@
.diff .category-bool_op,
.diff .category-type_op,
.diff .category-rel_op,
.diff .category-ternary,
.diff .category-var_declaration,
.diff .category-if_statement,