-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGradle.plist
78 lines (78 loc) · 2.09 KB
/
Gradle.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BBEditDocumentType</key>
<string>CodelessLanguageModule</string>
<key>BBLMColorsSyntax</key>
<false/>
<key>BBLMIsCaseSensitive</key>
<false/>
<key>BBLMLanguageCode</key>
<string>GRDL</string>
<key>BBLMLanguageDisplayName</key>
<string>Gradle</string>
<key>BBLMScansFunctions</key>
<true/>
<key>BBLMSupportsTextCompletion</key>
<false/>
<key>BBLMPreferredFilenameExtension</key>
<string>gradle</string>
<key>BBLMCommentLineDefault</key>
<string>// </string>
<key>BBLMCommentPrefixDefault</key>
<string>/* </string>
<key>BBLMCommentSuffixDefault</key>
<string> */</string>
<key>BBLMSuffixMap</key>
<array>
<dict>
<key>BBLMLanguageSuffix</key>
<string>.gradle</string>
</dict>
</array>
<key>Language Features</key>
<dict>
<key>Close Block Comments</key>
<string> */</string>
<key>Close Parameter Lists</key>
<string>)</string>
<key>Close Statement Blocks</key>
<string>}</string>
<key>Close Strings 1</key>
<string>"</string>
<key>Close Strings 2</key>
<string>'</string>
<key>End-of-line Ends Strings 1</key>
<false/>
<key>End-of-line Ends Strings 2</key>
<false/>
<key>Escape Char in Strings 1</key>
<string>\</string>
<key>Escape Char in Strings 2</key>
<string></string>
<key>Identifier and Keyword Characters</key>
<string>&%!?$-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz</string>
<key>Open Block Comments</key>
<string>/* </string>
<key>Open Line Comments</key>
<string>// </string>
<key>Open Parameter Lists</key>
<string>(</string>
<key>Open Statement Blocks</key>
<string>{</string>
<key>Open Strings 1</key>
<string>"</string>
<key>Open Strings 2</key>
<string>'</string>
<key>Prefix for Functions</key>
<string>function</string>
<key>Prefix for Procedures</key>
<string></string>
<key>Terminator for Prototypes 1</key>
<string></string>
<key>Terminator for Prototypes 2</key>
<string></string>
</dict>
</dict>
</plist>