Skip to content

Commit 1ce8915

Browse files
committed
fix for issue #1
i think now it should work fine again. there was a little bug there all the time.
1 parent c3ba5d1 commit 1ce8915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Preferences/Completion Rules.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>settings</key>
88
<dict>
99
<key>cancelCompletion</key>
10-
<string>(?i)(\s*(RETURN|ENDWHILE|NEXT|GOSUB)</string>
10+
<string>(?i)(\s*(RETURN|ENDWHILE|NEXT|GOSUB))</string>
1111
</dict>
1212
</dict>
1313
</plist>

Preferences/Miscellaneous.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>settings</key>
1010
<dict>
1111
<key>decreaseIndentPattern</key>
12-
<string>(?i)^\s*(ENDIF|RETURN|NEXT|ENDWHILE|UNTIL|ELSE)\s*.*</string>
12+
<string>(?i)(^\s*(END|ENDIF|RETURN|NEXT|ENDWHILE|UNTIL))</string>
1313
<key>increaseIndentPattern</key>
1414
<string>(?i)(^\s*(IF)\b.*\sTHEN$)|(^\s*(ELSE)\s*$)|(^\s*(FOR|DO|WHILE|REPEAT)\b.*$)</string>
1515
<key>shellVariables</key>

0 commit comments

Comments
 (0)