From ec9c9794dee814e7120bfc9a6e52af63eb0bf136 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 30 Mar 2014 22:18:44 +0400 Subject: [PATCH] Added highlight all option --- ColorHighlighter.sublime-settings | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ColorHighlighter.sublime-settings b/ColorHighlighter.sublime-settings index 816bca5..43d40cf 100644 --- a/ColorHighlighter.sublime-settings +++ b/ColorHighlighter.sublime-settings @@ -1,4 +1,6 @@ { "enabled": true, - "style": "default" + "style": "default", + "highlight_all": false, + "ha_style": "default" }