states/hl/Makefile.am: Use $(DESTDIR) at start of local installation paths.
[enscript.git] / states / hl / zsh.st
index 64be45e7f733cb16793d541f2a535da6f6590f93..a367f7f81b9147a8a17da92387908bb41494664c 100644 (file)
@@ -22,6 +22,17 @@ state zsh extends HighlightEntry
     string_face (false);
   }
 
+  /* Ignore escaped quote marks */
+  /\\\"/ {
+    language_print ($0);
+  }
+  /\\\'/ {
+    language_print ($0);
+  }
+  /\\\`/ {
+    language_print ($0);
+  }
+
   /* Excutable script. */
   /^#!/ {
     reference_face (true);