]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/java.yaml
Add support for skipping and remove need for lookbehind
[micro.git] / runtime / syntax / java.yaml
index 10719aac9c17a6fb765245f6494f45d84de6af92..2327187ef7548cbcbe754a6f492152653e95ffac 100644 (file)
@@ -12,13 +12,13 @@ rules:
 
     - constant.string:
         start: "\""
-        end: "(?<!\\\\)\""
+        end: "\""
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
-        end: "(?<!\\\\)'"
+        end: "'"
         rules:
             - preproc: "..+"
             - constant.specialChar: "\\\\."