Change entity.reference to constant.character.entity
This commit is contained in:
parent
a7025742a4
commit
a4826b938a
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ var HtmlHighlightRules = 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