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