mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Update xml.yaml
This commit is contained in:
parent
6a465500bc
commit
61a90f7666
1 changed files with 6 additions and 1 deletions
|
|
@ -9,7 +9,12 @@ rules:
|
|||
start: "<!DOCTYPE"
|
||||
end: "[/]?>"
|
||||
rules: []
|
||||
- comment: "<!--.+?-->"
|
||||
|
||||
- comment:
|
||||
start: "<!--"
|
||||
end: "-->"
|
||||
rules: []
|
||||
|
||||
- symbol.tag:
|
||||
start: "<\\??"
|
||||
end: "\\??>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue