]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/dot.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / dot.yaml
index 2b71187a32af93c454c0167205a2b205af1d4890..cea9a581a0149057ff72f34ca69893c28c707707 100644 (file)
@@ -10,7 +10,8 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."