mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
Fix XML character entities (e.g. <) highlighting
This commit is contained in:
@@ -13,7 +13,10 @@ rules:
|
||||
start: "<!--"
|
||||
end: "-->"
|
||||
rules: []
|
||||
- special: "&[^;]*;"
|
||||
- special:
|
||||
start: "&"
|
||||
end: ";"
|
||||
rules: []
|
||||
- symbol.tag:
|
||||
start: "<\\??"
|
||||
end: "\\??>"
|
||||
|
||||
Reference in New Issue
Block a user