]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/asm.yaml
Merge pull request #1412 from tommyshem/batSyntaxHighlighting
[micro.git] / runtime / syntax / asm.yaml
index dd5325935566b8895a9b27ca5354af73b633efa5..f8f4c12c26d1f3c0bda9deeb5e9aa5d05de58eea 100644 (file)
@@ -90,13 +90,15 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."