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 +}