-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdsh.plist
61 lines (61 loc) · 914 Bytes
/
dsh.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
BBEditDocumentType = "CodelessLanguageModule";
BBLMColorsSyntax = YES;
BBLMIsCaseSensitive = YES;
BBLMKeywordList = (
deck,
edeck,
canvas,
area,
slide,
eslide,
text,
ctext,
etext,
textblock,
textcode,
textfile,
image,
cimage,
list,
blist,
nlist,
elist,
li,
ellipse,
rect,
acircle,
circle,
square,
polygon,
line,
vline,
hline,
arc,
curve,
arrow,
rcarrow,
lcarrow,
ucarrow,
dcarrow,
dchart,
chart,
for,
efor
);
BBLMLanguageCode = "dsh";
BBLMLanguageDisplayName = "decksh";
BBLMSuffixMap = (
{
BBLMLanguageSuffix = ".sh";
BBLMLanguageSuffix = ".dsh";
},
);
"Language Features" = {
"End-of-line Ends Strings" = YES;
"Identifier and Keyword Characters" = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz";
"Open Line Comments" = "//";
"Open Strings 1" = "\"";
"Close Strings 1" = "\"";
};
}