fix tag highlighting in velocity mode
This commit is contained in:
parent
8530e3837a
commit
60c882738c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ var VelocityHighlightRules = function() {
|
|||
next : "style"
|
||||
}, {
|
||||
token : "meta.tag", // opening tag
|
||||
regex : "<\\/?(?:[a-z])",
|
||||
regex : "<\\/?(?=[a-z])",
|
||||
next : "tag"
|
||||
}, {
|
||||
token : "comment",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue