aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax_highlighting.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax_highlighting.rs')
-rw-r--r--src/syntax_highlighting.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/syntax_highlighting.rs b/src/syntax_highlighting.rs
index 19f44ab..22a8c3e 100644
--- a/src/syntax_highlighting.rs
+++ b/src/syntax_highlighting.rs
@@ -28,6 +28,8 @@ impl Highlighter {
sc("keywords", GREEN_FG);
sc("braces", CYAN_FG);
sc("string", MAGENTA_FG);
+ sc("var", CYAN_FG);
+ sc("escape", RED_FG);
this
}