]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/awk.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / awk.yaml
index 3c7e051e075045b374fe185f626972a51bf679c9..ff3f6988e7f7247a1266aedec92f4a4b766d5c83 100644 (file)
@@ -24,13 +24,15 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."