]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/java.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / java.yaml
index 2327187ef7548cbcbe754a6f492152653e95ffac..c045a0c63708e03f1bae9e1e4bb9c757dff65b77 100644 (file)
@@ -13,12 +13,14 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
 
     - constant.string:
         start: "'"
         end: "'"
+        skip: "\\\\."
         rules:
             - preproc: "..+"
             - constant.specialChar: "\\\\."