-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathStroyent.plist
42 lines (42 loc) · 1017 Bytes
/
Stroyent.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
BBEditDocumentType = "CodelessLanguageModule";
BBLMColorsSyntax = YES;
BBLMIsCaseSensitive = YES;
BBLMKeywordList = (
true,
false,
for,
while,
break,
continue,
return,
if,
elseif,
else,
var,
func,
main,
struct,
sync,
const,
include,
image
);
BBLMLanguageCode = snt;
"BBLMLanguageDisplayName" = "Stroyent";
BBLMScansFunctions = NO;
BBLMSuffixMap = (
{
BBLMLanguageSuffix = ".snt";
},
);
"Language Features" = {
"Open Block Comments" = "/*";
"Close Block Comments" = "*/";
"Open Line Comments" = "//";
"Open Strings 1" = "\"";
"Close Strings 1" = "\"";
"End-of-line Ends Strings 1" = NO;
"Identifier and Keyword Characters" = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxy_$";
};
}