]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/yaml.yaml
Add support for skipping and remove need for lookbehind
[micro.git] / runtime / syntax / yaml.yaml
index 47ad272dda680cb0a56c39acc75c642ef39dfd91..63f28bf84a8f6e3c55ccbe256700f437812aebd5 100644 (file)
@@ -16,13 +16,13 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
         rules:
             - constant.specialChar: "\\\\."