Remove unreliable XML entity handling from XML syntax

This commit is contained in:
ariasuni
2019-11-27 17:39:31 +01:00
parent 36862137db
commit 2d475fbca8
2 changed files with 76 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -10,8 +10,6 @@ rules:
end: "[/]?>"
rules: []
- comment: "<!--.+?-->"
# next line for highlighting of character entities doesnt work as of now
- special: "&(#[[:digit:]]{1,4}|#x[[:xdigit:]]{1,4}|[^[[:space:]]]+);"
- symbol.tag:
start: "<\\??"
end: "\\??>"