Update lib/ace/mode/xml_highlight_rules.js

This commit is contained in:
danyaPostfactum 2012-04-07 05:08:51 +10:00
commit 26582ef386

View file

@ -66,9 +66,6 @@ var XmlHighlightRules = function() {
token : "meta.tag", // opening tag
regex : "<\\/?",
next : "tag"
}, {
token : "entity",
regex : "&.*;"
}, {
token : "text",
regex : "\\s+"