cdata isn't a tag
This commit is contained in:
parent
3f123b19a6
commit
7f8401ef07
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ var HtmlHighlightRules = function() {
|
|||
// regexps are ordered -> the first match is used
|
||||
this.$rules = {
|
||||
start : [{
|
||||
token : "meta.tag",
|
||||
token : "text",
|
||||
merge : true,
|
||||
regex : "<\\!\\[CDATA\\[",
|
||||
next : "cdata"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue