]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/typescript.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / typescript.yaml
index 0b89423eeee2584223ba7f99a471780cf6fd6c08..9ce50ebd71216a61fd4a7d755eaf65a32a0f708e 100644 (file)
@@ -32,11 +32,13 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
     - constant.string:
         start: "'"
         end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
-    
\ No newline at end of file
+