]> 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 a0bd86e58c7bb627d5103cf244536a926aba6912..cea9a581a0149057ff72f34ca69893c28c707707 100644 (file)
@@ -11,6 +11,7 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
@@ -25,3 +26,4 @@ rules:
         end: "\\*/"
         rules:
             - todo: "(TODO|XXX|FIXME):?"
+