mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 23:22:41 +09:00
Remove unreliable XML entity handling from XML syntax
This commit is contained in:
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: "\\??>"
|
||||
|
||||
Reference in New Issue
Block a user