Merge pull request #1361 from Lisiadito/master

fix #1318. fix html comments and make them work multiline
This commit is contained in:
Zachary Yedidia
2019-12-30 14:23:27 -05:00
committed by GitHub

View File

@@ -18,9 +18,13 @@ rules:
- symbol.tag: "<|>"
- constant.string.url: "(ftp(s)?|http(s)?|git|chrome)://[^ ]+"
- comment: "<!--.+?-->"
- preproc: "<!DOCTYPE.+?>"
- comment:
start: "<!--"
end: "-->"
rules: []
- constant.string:
start: "\""
end: "\""