mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
Fix XML highlighting when tags are spread on multiple lines
This commit is contained in:
@@ -5,7 +5,6 @@ detect:
|
||||
header: "<\\?xml.*\\?>"
|
||||
|
||||
rules:
|
||||
- identifier: "<.*?>"
|
||||
- comment:
|
||||
start: "<!DOCTYPE"
|
||||
end: "[/]?>"
|
||||
@@ -14,4 +13,8 @@ rules:
|
||||
start: "<!--"
|
||||
end: "-->"
|
||||
rules: []
|
||||
- identifier:
|
||||
start: "<"
|
||||
end: ">"
|
||||
rules: []
|
||||
- special: "&[^;]*;"
|
||||
|
||||
Reference in New Issue
Block a user