From 53fa36d3c636a9ac757f64d8df8e80a68009178a Mon Sep 17 00:00:00 2001
From: ctrlaltca <>
Date: Thu, 8 Nov 2012 08:37:25 +0000
Subject: textmate/sublime syntax highlight: support for prado's triple-dash
comment
---
editors/Textmate/Prado.tmbundle/Syntaxes/Prado Template.tmLanguage | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'editors/Textmate')
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 @@
foldingStopMarker
(?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 @@
end
- --\s*>
+ ---?\s*>
name
comment.block.html
patterns
--
cgit v1.2.3