cdata isn't a tag

This commit is contained in:
nightwing 2011-12-15 22:00:31 +04:00
commit 7f8401ef07

View file

@ -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"