Update lib/ace/mode/xml_highlight_rules.js
This commit is contained in:
parent
a642fffac7
commit
26582ef386
1 changed files with 0 additions and 3 deletions
|
|
@ -66,9 +66,6 @@ var XmlHighlightRules = function() {
|
|||
token : "meta.tag", // opening tag
|
||||
regex : "<\\/?",
|
||||
next : "tag"
|
||||
}, {
|
||||
token : "entity",
|
||||
regex : "&.*;"
|
||||
}, {
|
||||
token : "text",
|
||||
regex : "\\s+"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue