]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/lilypond.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / lilypond.yaml
index eda0b9acffdff1a201eb1921a35356268e218169..8023091e3c6938274ad417fe39fc7c0da3e01495 100644 (file)
@@ -12,6 +12,7 @@ rules:
     - constant.string:
         start: "\""
         end: "\""
+        skip: "\\\\."
         rules:
             - constant.specialChar: "\\\\."
     - comment:
@@ -22,3 +23,4 @@ rules:
         start: "%"
         end: "$"
         rules: []
+