diff options
| -rw-r--r-- | editors/Textmate/Prado.tmbundle/Syntaxes/Prado Template.tmLanguage | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Syntaxes/Prado Template.tmLanguage b/editors/Textmate/Prado.tmbundle/Syntaxes/Prado Template.tmLanguage index d11654ea..38ecb7f8 100644 --- a/editors/Textmate/Prado.tmbundle/Syntaxes/Prado Template.tmLanguage +++ b/editors/Textmate/Prado.tmbundle/Syntaxes/Prado Template.tmLanguage @@ -24,7 +24,7 @@  	<key>foldingStopMarker</key>  	<string>(?x)  		(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl)> -		|^(?!.*?<!--).*?--\s*> +		|^(?!.*?<!--).*?---?\s*>  		|^<!--\ end\ tminclude\ -->$  		|<\?(?:php)?.*\bend(if|for(each)?|while)\b  		|\{\{?/(if|foreach|capture|literal|foreach|php|section|strip) @@ -268,7 +268,7 @@  				</dict>  			</dict>  			<key>end</key> -			<string>--\s*></string> +			<string>---?\s*></string>  			<key>name</key>  			<string>comment.block.html</string>  			<key>patterns</key>  | 
