This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHTML-SSP.tmLanguage
112 lines (112 loc) · 2.63 KB
/
HTML-SSP.tmLanguage
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?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>fileTypes</key>
<array>
<string>ssp</string>
</array>
<key>foldingStartMarker</key>
<string>(<(?i:(head|table|div|style|script|ul|ol|form|dl))\b.*?>|\{)</string>
<key>foldingStopMarker</key>
<string>(</(?i:(head|table|div|style|script|ul|ol|form|dl))>|\})</string>
<key>keyEquivalent</key>
<string>^~A</string>
<key>name</key>
<string>HTML (SSP)</string>
<key>patterns</key>
<array>
<dict>
<key>begin</key>
<string><%=?</string>
<key>beginCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.section.embedded.begin.asp</string>
</dict>
</dict>
<key>end</key>
<string>%></string>
<key>endCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.section.embedded.end.asp</string>
</dict>
</dict>
<key>name</key>
<string>source.asp.embedded.html</string>
<key>patterns</key>
<array>
<!-- <dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.asp</string>
</dict>
</dict>
<key>match</key>
<string>(').*?(?=%>)</string>
<key>name</key>
<string>comment.line.apostrophe.asp</string>
</dict> -->
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.js</string>
</dict>
</dict>
<key>match</key>
<string>(//).*?((?=</script)|$\n?)</string>
<key>name</key>
<string>comment.line.double-slash.js</string>
</dict>
<dict>
<key>begin</key>
<string>/\*</string>
<key>captures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.js</string>
</dict>
</dict>
<key>end</key>
<string>\*/|(?=</script)</string>
<key>name</key>
<string>comment.block.js</string>
</dict>
<!-- <dict>
<key>include</key>
<string>#php</string>
</dict> -->
<dict>
<key>include</key>
<string>source.js</string>
</dict>
<!-- <dict>
<key>include</key>
<string>source.asp</string>
</dict> -->
</array>
</dict>
<dict>
<key>include</key>
<string>text.html.basic</string>
</dict>
</array>
<key>scopeName</key>
<string>text.html.ssp</string>
<key>uuid</key>
<string>27798CC6-6B1D-11D9-B8FA-000D93589AF6</string>
</dict>
</plist>