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
commit eeeb927a1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: "\""