mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 13:27:13 +09:00
fix #1318. fix html comments and make them work multiline
This commit is contained in:
@@ -18,9 +18,13 @@ rules:
|
|||||||
|
|
||||||
- symbol.tag: "<|>"
|
- symbol.tag: "<|>"
|
||||||
- constant.string.url: "(ftp(s)?|http(s)?|git|chrome)://[^ ]+"
|
- constant.string.url: "(ftp(s)?|http(s)?|git|chrome)://[^ ]+"
|
||||||
- comment: "<!--.+?-->"
|
|
||||||
- preproc: "<!DOCTYPE.+?>"
|
- preproc: "<!DOCTYPE.+?>"
|
||||||
|
|
||||||
|
- comment:
|
||||||
|
start: "<!--"
|
||||||
|
end: "-->"
|
||||||
|
rules: []
|
||||||
|
|
||||||
- constant.string:
|
- constant.string:
|
||||||
start: "\""
|
start: "\""
|
||||||
end: "\""
|
end: "\""
|
||||||
|
|||||||
Reference in New Issue
Block a user