fix tag highlighting in velocity mode

This commit is contained in:
Harutyun Amirjanyan 2013-05-27 11:51:55 -04:00
commit 60c882738c

View file

@ -54,7 +54,7 @@ var VelocityHighlightRules = function() {
next : "style"
}, {
token : "meta.tag", // opening tag
regex : "<\\/?(?:[a-z])",
regex : "<\\/?(?=[a-z])",
next : "tag"
}, {
token : "comment",