Skip to content

Commit 92fece3

Browse files
committed
first try
1 parent c4c2fb0 commit 92fece3

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

BunchLanguage.plist

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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>BBEditDocumentType</key>
6+
<string>CodelessLanguageModule</string>
7+
<key>BBLMLanguageDisplayName</key>
8+
<string>Bunch</string>
9+
<key>BBLMLanguageCode</key>
10+
<string>bunh</string>
11+
<key>BBLMSuffixMap</key>
12+
<array>
13+
<dict>
14+
<key>BBLMLanguageSuffix</key>
15+
<string>.bunch</string>
16+
</dict>
17+
<dict>
18+
<key>BBLMLanguageSuffix</key>
19+
<string>.snippets</string>
20+
</dict>
21+
</array>
22+
<key>BBLMPreferredFilenameExtension</key>
23+
<string>bunch</string>
24+
<key>BBLMCanSpellCheckCodeRuns</key>
25+
<true/>
26+
<key>BBLMColorsSyntax</key>
27+
<true/>
28+
<key>BBLMCommentLineDefault</key>
29+
<string>//</string>
30+
<key>Language Features</key>
31+
<dict/>
32+
<key>New item</key>
33+
<string></string>
34+
</dict>
35+
</plist>

0 commit comments

Comments
 (0)