]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/keymap.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / keymap.yaml
index bf28c2f7c38b6f66c01e727413779182ad89268f..317a1eea97b7fa404fab15f577fd06f09e3f11b6 100644 (file)
@@ -11,14 +11,17 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
     - constant.string:
         start: "'"
         end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
     - comment:
         start: "^!"
         end: "$"
         rules: []
+