]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/vi.yaml
Additional file extensions
[micro.git] / runtime / syntax / vi.yaml
index 84020efa2237a2a531863f96a1483b7b0db1d27f..d7fe496224170f7671ea12f00a28012bd759ae5c 100644 (file)
@@ -12,13 +12,15 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."