]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/coffeescript.yaml
Merge pull request #1412 from tommyshem/batSyntaxHighlighting
[micro.git] / runtime / syntax / coffeescript.yaml
index 5c99d1063ee7fc3586edafde5d7b4392c5dc4f48..d9b374836df37c46ce3d53264eb35fe6cf46a847 100644 (file)
@@ -16,7 +16,8 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."