]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/html.yaml
Merge
[micro.git] / runtime / syntax / html.yaml
index 5ca4d7e79cea29502c0fe01b981d018de3b001cc..d17ec7f074b3067af7683aa58fc7c604c591f837 100644 (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: "\""