From f37c20484aed035d9535f217de45f6ab1a60a311 Mon Sep 17 00:00:00 2001 From: Rian Ariona Date: Wed, 21 May 2014 11:01:25 +0700 Subject: [PATCH] Update Base File.sublime-settings Added colon char to support unsupported file format by sublime such css preprocessor files (sass/less) --- Base File.sublime-settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base File.sublime-settings b/Base File.sublime-settings index b3f02f7..02cf09b 100644 --- a/Base File.sublime-settings +++ b/Base File.sublime-settings @@ -12,7 +12,7 @@ // The mid-line characters to align in a multi-line selection, changing // this to an empty array will disable mid-line alignment - "alignment_chars": ["="], + "alignment_chars": ["=",":"], // If the following character is matched for alignment, insert a space // before it in the final alignment @@ -25,4 +25,4 @@ "alignment_prefix_chars": [ "+", "-", "&", "|", "<", ">", "!", "~", "%", "/", "*", "." ] -} \ No newline at end of file +}