Fix XML character entities (e.g. <) highlighting

This commit is contained in:
ariasuni
2019-01-12 16:53:54 +01:00
parent 8b0c858f28
commit 34c12e1282
2 changed files with 5 additions and 2 deletions

View File

@@ -13,7 +13,10 @@ rules:
start: "<!--"
end: "-->"
rules: []
- special: "&[^;]*;"
- special:
start: "&"
end: ";"
rules: []
- symbol.tag:
start: "<\\??"
end: "\\??>"