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 1ab4dc0 commit c060988Copy full SHA for c060988
1 file changed
BunchLanguage.plist
@@ -1,6 +1,6 @@
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">
+<plist version="1.1">
4
5
<!-- A tiny language to colour some keywords in
6
Bunch files to make my life easier.
@@ -50,6 +50,8 @@
50
</array>
51
<key>BBLMCommentLineDefault</key>
52
<string>//</string>
53
+
54
+ <!-- Features of the language to use -->
55
<key>Language Features</key>
56
<dict>
57
<key>Identifier and Keyword Character Class</key>
@@ -68,7 +70,10 @@
68
70
<string>{</string>
69
71
<key>Close Statement Blocks</key>
72
<string>}</string>
-
73
+ <key>Open Parameter Lists</key>
74
+ <string>?[</string>
75
+ <key>Close Parameter Lists</key>
76
+ <string>]</string>
77
</dict>
78
79
0 commit comments