Skip to content

Commit c060988

Browse files
committed
v1.1
1 parent 1ab4dc0 commit c060988

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

BunchLanguage.plist

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3-
<plist version="1.0">
3+
<plist version="1.1">
44

55
<!-- A tiny language to colour some keywords in
66
Bunch files to make my life easier.
@@ -50,6 +50,8 @@
5050
</array>
5151
<key>BBLMCommentLineDefault</key>
5252
<string>//</string>
53+
54+
<!-- Features of the language to use -->
5355
<key>Language Features</key>
5456
<dict>
5557
<key>Identifier and Keyword Character Class</key>
@@ -68,7 +70,10 @@
6870
<string>{</string>
6971
<key>Close Statement Blocks</key>
7072
<string>}</string>
71-
73+
<key>Open Parameter Lists</key>
74+
<string>?[</string>
75+
<key>Close Parameter Lists</key>
76+
<string>]</string>
7277
</dict>
7378

7479
</dict>

0 commit comments

Comments
 (0)