fix tests
This commit is contained in:
parent
790bc5e87a
commit
c4aa28793f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ var HtmlHighlightRules = function() {
|
|||
next : "style"
|
||||
}, {
|
||||
token : "meta.tag", // opening tag
|
||||
regex : "<\\/?(?=\\w)",
|
||||
regex : "<\\/?(?=\\S)",
|
||||
next : "tag"
|
||||
}, {
|
||||
token : "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue