]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/pascal.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / pascal.yaml
index 70a3715effebc5d7d05d10c0037d99be05bd60e1..cb6788126659190895141189a489d50b7ba5d6cd 100644 (file)
@@ -23,6 +23,7 @@ rules:
     - constant.string:
         start: "'"
         end: "'"
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
     - preproc:
@@ -41,3 +42,4 @@ rules:
         start: "({)(?:[^$])"
         end: "}"
         rules: []
+