From 767aecd6907ff30fdb2db69514ed8848cc981597 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 3 Nov 2015 14:56:52 -0500 Subject: [PATCH] Highlight relational operators. --- prototype/UI/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/prototype/UI/index.html b/prototype/UI/index.html index 05e7e9a59..e14c05eb0 100644 --- a/prototype/UI/index.html +++ b/prototype/UI/index.html @@ -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,