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