git@sv
/
enscript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Elaborated the --footer option
[enscript.git]
/
states
/
hl
/
bash.st
diff --git
a/states/hl/bash.st
b/states/hl/bash.st
index a99eac08371b46660b6523b88daa2b6c1b0c2b48..6b6157761556be33d617821502562976d6e494f6 100644
(file)
--- a/
states/hl/bash.st
+++ b/
states/hl/bash.st
@@
-22,6
+22,17
@@
state bash extends HighlightEntry
string_face (false);
}
+ /* Ignore escaped quote marks */
+ /\\\"/ {
+ language_print ($0);
+ }
+ /\\\'/ {
+ language_print ($0);
+ }
+ /\\\`/ {
+ language_print ($0);
+ }
+
/* Excutable script. */
/^#!/ {
reference_face (true);