]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/golo.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / golo.yaml
index 8ff7262cb48bd34cb0341841cbc77de606b102aa..54e05277039b285ef5a153936a1972a1013201df 100644 (file)
@@ -48,12 +48,14 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
         end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."