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