mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-30 04:40:34 +00:00
Remove unreliable XML entity handling from XML syntax
This commit is contained in:
parent
36862137db
commit
2d475fbca8
2 changed files with 76 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
|
@ -10,8 +10,6 @@ rules:
|
|||
end: "[/]?>"
|
||||
rules: []
|
||||
- comment: "<!--.+?-->"
|
||||
# next line for highlighting of character entities doesn’t work as of now
|
||||
- special: "&(#[[:digit:]]{1,4}|#x[[:xdigit:]]{1,4}|[^[[:space:]]]+);"
|
||||
- symbol.tag:
|
||||
start: "<\\??"
|
||||
end: "\\??>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue