]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/conf.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / conf.yaml
index 40362c1f79318bb8746546308098dc651d01a7b9..0fbefa65d7b241b6438b21da7577fed17e900c40 100644 (file)
@@ -6,7 +6,8 @@ detect:
 rules:
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules: []
 
     - comment: