54 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
		
			
		
	
	
			54 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
|  | <?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>furnace</string> | ||
|  | 		<string>fhtml</string> | ||
|  | 	</array> | ||
|  | 	<key>foldingStartMarker</key> | ||
|  | 	<string>(?x) | ||
|  | 		(<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?> | ||
|  | 		|<!--(?!.*-->) | ||
|  | 		|\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/))) | ||
|  | 		)</string> | ||
|  | 	<key>foldingStopMarker</key> | ||
|  | 	<string>(?x) | ||
|  | 		(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)> | ||
|  | 		|^\s*--> | ||
|  | 		|(^|\s)\} | ||
|  | 		)</string> | ||
|  | 	<key>keyEquivalent</key> | ||
|  | 	<string>^~F</string> | ||
|  | 	<key>name</key> | ||
|  | 	<string>HTML (Factor)</string> | ||
|  | 	<key>patterns</key> | ||
|  | 	<array> | ||
|  | 		<dict> | ||
|  | 			<key>begin</key> | ||
|  | 			<string><%\s</string> | ||
|  | 			<key>end</key> | ||
|  | 			<string>\s%></string> | ||
|  | 			<key>name</key> | ||
|  | 			<string>source.factor.embedded.html</string> | ||
|  | 			<key>patterns</key> | ||
|  | 			<array> | ||
|  | 				<dict> | ||
|  | 					<key>include</key> | ||
|  | 					<string>source.factor</string> | ||
|  | 				</dict> | ||
|  | 			</array> | ||
|  | 		</dict> | ||
|  | 		<dict> | ||
|  | 			<key>include</key> | ||
|  | 			<string>text.html.basic</string> | ||
|  | 		</dict> | ||
|  | 	</array> | ||
|  | 	<key>scopeName</key> | ||
|  | 	<string>text.html.factor</string> | ||
|  | 	<key>uuid</key> | ||
|  | 	<string>141517D7-73E0-4475-A481-71102575A175</string> | ||
|  | </dict> | ||
|  | </plist> |