-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathColdFusion.tmPreferences
64 lines (64 loc) · 1.54 KB
/
ColdFusion.tmPreferences
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>ColdFusion</string>
<key>scope</key>
<string>text.html.cfm - source.cfscript.embedded.cfml</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string><!--- </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_END</string>
<key>value</key>
<string> ---></string>
</dict>
<dict>
<key>name</key>
<string>TM_LINE_TERMINATOR</string>
<key>value</key>
<string></string>
</dict>
</array>
<key>decreaseIndentPattern</key>
<string>(?x)
^\s*
(
</(?!html)
[A-Za-z0-9]+\b[^>]*>
|-?-->
)</string>
<key>increaseIndentPattern</key>
<string>(?x)
^\s*
<
(?!
(?i:!---?|/|cfset|cfparam|cfdump|cfargument|cfabort
|cfimport|cfcontent|cfbreak|cfinclude|cfcatch|cfcontinue
|cflocation|cfsetting|cffile|cflog|cfobject|cfinvoke|cfimport
|cfforward|cfreturn|cfthrow|cfproperty|cfhtmlhead|cfheader
|cftrace|area|base|br|hr|img|input|link|meta|param
)
)
[^>]*
>
\s*$
</string>
<key>bracketIndentNextLinePattern</key>
<string></string>
<key>cancelCompletion</key>
<string></string>
</dict>
<key>uuid</key>
<string>Z79BDBCF-D0C9-468E-BE62-744074D7825Z</string>
</dict>
</plist>