Skip to content

Commit 853be92

Browse files
committed
Title Case
1 parent 50a5460 commit 853be92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Preferences/Miscellaneous.tmPreferences

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<key>settings</key>
99
<dict>
1010
<key>decreaseIndentPattern</key>
11-
<string>(?i)(^\s*(END|ENDIF|RETURN|NEXT|ENDWHILE|UNTIL|ENDGROUP))</string>
11+
<string>(?i)(^\s*(End|Endif|Return|Next|Endwhile|Until|Endgroup))</string>
1212
<key>increaseIndentPattern</key>
13-
<string>(?i)(^\s*(IF)\b.*\sTHEN$)|(^\s*(ELSE)\s*$)|(^\s*(FOR|DO|WHILE|REPEAT|GROUP)\b.*$)|(([0-9]+|(")[a-z_]+(")):)</string>
13+
<string>(?i)(^\s*(If)\b.*\sThen$)|(^\s*(Else)\s*$)|(^\s*(For|Do|While|Repeat|Group)\b.*$)|(([0-9]+|(")[a-z_]+(")):)</string>
1414
<key>shellVariables</key>
1515
<array>
1616
<dict>

0 commit comments

Comments
 (0)