]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/cython.yaml
Merge pull request #1412 from tommyshem/batSyntaxHighlighting
[micro.git] / runtime / syntax / cython.yaml
index 01dfad5dbf6e4cc58f3c007dc2c98ecbc8374fff..5a30c606901a888baf48da3171d190cc8caf01e5 100644 (file)
@@ -32,13 +32,15 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."