From db9c2e31cca0ee324bf8a3f1d6d8977ef17210ce Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Sun, 16 Mar 2014 10:42:03 -0400 Subject: [PATCH] Add support for stylus Works great for Stylus users ![](http://wes.io/URcc/yeah) --- GutterColor.sublime-settings | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GutterColor.sublime-settings b/GutterColor.sublime-settings index 7cf851b..ced0f25 100644 --- a/GutterColor.sublime-settings +++ b/GutterColor.sublime-settings @@ -1,4 +1,3 @@ - /* GutterColor Default Settings */ @@ -13,6 +12,6 @@ /* * The syntax for which to run GutterColor. */ - "supported_syntax": ["css", "scss", "sass", "less"] + "supported_syntax": ["css", "scss", "sass", "less", "stylus"] }