]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/gentoo-ebuild.yaml
better top
[micro.git] / runtime / syntax / gentoo-ebuild.yaml
index 763a3fb1c02588740e77ffc0533735ed45236e1c..0d118f4b56d8db172ec3d50de8da2407db6395a3 100644 (file)
@@ -28,13 +28,15 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."