Change entity.reference to constant.character.entity

This commit is contained in:
danyaPostfactum 2012-04-10 04:52:13 +10:00
commit a4826b938a

View file

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