]> 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 269360ed435359eeeced30b48d5c56f22db476fc..54e05277039b285ef5a153936a1972a1013201df 100644 (file)
@@ -47,13 +47,15 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."