]> gitweb.factorcode.org Git - factor.git/blob - misc/Factor.tmbundle/Syntaxes/HTML (Factor).tmLanguage
Initial import
[factor.git] / misc / Factor.tmbundle / Syntaxes / HTML (Factor).tmLanguage
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>fileTypes</key>
6         <array>
7                 <string>furnace</string>
8                 <string>fhtml</string>
9         </array>
10         <key>foldingStartMarker</key>
11         <string>(?x)
12                 (&lt;(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?&gt;
13                 |&lt;!--(?!.*--&gt;)
14                 |\{\s*($|\?&gt;\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
15                 )</string>
16         <key>foldingStopMarker</key>
17         <string>(?x)
18                 (&lt;/(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)&gt;
19                 |^\s*--&gt;
20                 |(^|\s)\}
21                 )</string>
22         <key>keyEquivalent</key>
23         <string>^~F</string>
24         <key>name</key>
25         <string>HTML (Factor)</string>
26         <key>patterns</key>
27         <array>
28                 <dict>
29                         <key>begin</key>
30                         <string>&lt;%\s</string>
31                         <key>end</key>
32                         <string>\s%&gt;</string>
33                         <key>name</key>
34                         <string>source.factor.embedded.html</string>
35                         <key>patterns</key>
36                         <array>
37                                 <dict>
38                                         <key>include</key>
39                                         <string>source.factor</string>
40                                 </dict>
41                         </array>
42                 </dict>
43                 <dict>
44                         <key>include</key>
45                         <string>text.html.basic</string>
46                 </dict>
47         </array>
48         <key>scopeName</key>
49         <string>text.html.factor</string>
50         <key>uuid</key>
51         <string>141517D7-73E0-4475-A481-71102575A175</string>
52 </dict>
53 </plist>