We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ba5d1 commit 1ce8915Copy full SHA for 1ce8915
Preferences/Completion Rules.tmPreferences
@@ -7,7 +7,7 @@
7
<key>settings</key>
8
<dict>
9
<key>cancelCompletion</key>
10
- <string>(?i)(\s*(RETURN|ENDWHILE|NEXT|GOSUB)</string>
+ <string>(?i)(\s*(RETURN|ENDWHILE|NEXT|GOSUB))</string>
11
</dict>
12
13
</plist>
Preferences/Miscellaneous.tmPreferences
@@ -9,7 +9,7 @@
<key>decreaseIndentPattern</key>
- <string>(?i)^\s*(ENDIF|RETURN|NEXT|ENDWHILE|UNTIL|ELSE)\s*.*</string>
+ <string>(?i)(^\s*(END|ENDIF|RETURN|NEXT|ENDWHILE|UNTIL))</string>
<key>increaseIndentPattern</key>
14
<string>(?i)(^\s*(IF)\b.*\sTHEN$)|(^\s*(ELSE)\s*$)|(^\s*(FOR|DO|WHILE|REPEAT)\b.*$)</string>
15
<key>shellVariables</key>
0 commit comments