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 9cfe1a6 commit 90331e5Copy full SHA for 90331e5
Preferences/Completion Rules.tmPreferences
@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+ <key>scope</key>
6
+ <string>source.gdl</string>
7
+ <key>settings</key>
8
+ <dict>
9
+ <key>cancelCompletion</key>
10
+ <string>(?i)(\s*(RETURN|ENDWHILE|NEXT|GOSUB)</string>
11
+ </dict>
12
+</dict>
13
+</plist>
0 commit comments