]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/dart.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / dart.yaml
index c1def238710853ef686a741ecd27121e96b340e7..5409d0524ab078cd2f6879d84c1bd02acbe84709 100644 (file)
@@ -33,11 +33,14 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
         end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
+