]> 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 7e852fdf5fa12a6af06cdd8838209d78ca40a5b3..a6f89140dfd5c06231a4bb6554e28d2f3acbd6d0 100644 (file)
@@ -46,7 +46,8 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."