Change entity.reference to constant.character.entity
This commit is contained in:
parent
401e6bdba8
commit
a7025742a4
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ var XmlHighlightRules = function() {
|
|||
token : "text",
|
||||
regex : "\\s+"
|
||||
}, {
|
||||
token : "entity.reference",
|
||||
token : "constant.character.entity",
|
||||
regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
|
||||
}, {
|
||||
token : "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue