Skip to content

Commit 1846b5d

Browse files
committed
initial commit
indentation should work as desired
1 parent 73d7fae commit 1846b5d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>name</key>
6+
<string>Miscellaneous</string>
7+
<key>scope</key>
8+
<string>source.gdl</string>
9+
<key>settings</key>
10+
<dict>
11+
<key>decreaseIndentPattern</key>
12+
<string>(?i)^\s*(ENDIF|RETURN|NEXT|ENDWHILE|UNTIL|ELSE)\s*.*</string>
13+
<key>increaseIndentPattern</key>
14+
<string>(?i)(^\s*(IF)\b.*\sTHEN$)|(^\s*(ELSE)\s*$)|(^\s*(FOR|DO|WHILE|REPEAT)\b.*$)</string>
15+
<key>shellVariables</key>
16+
<array>
17+
<dict>
18+
<key>name</key>
19+
<string>TM_COMMENT_START</string>
20+
<key>value</key>
21+
<string>! </string>
22+
</dict>
23+
</array>
24+
</dict>
25+
<key>uuid</key>
26+
<string>58bd254b-f636-4a9b-aa37-f8bcaf405ab7</string>
27+
</dict>
28+
</plist>

0 commit comments

Comments
 (0)