]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/apacheconf.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / apacheconf.yaml
index ca1b381be5fdfa9e51a5b173df01123c0bab3dd2..a6f89140dfd5c06231a4bb6554e28d2f3acbd6d0 100644 (file)
@@ -47,6 +47,7 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
@@ -55,3 +56,4 @@ rules:
         end: "$"
         rules:
             - todo: "(TODO|XXX|FIXME):?"
+