|
 |
68df612 |
diff -up a2ps-4.13/sheets/perl.ssh.perl a2ps-4.13/sheets/perl.ssh
|
|
 |
68df612 |
--- a2ps-4.13/sheets/perl.ssh.perl 2007-09-26 10:30:43.000000000 +0100
|
|
 |
68df612 |
+++ a2ps-4.13/sheets/perl.ssh 2007-09-26 10:47:47.000000000 +0100
|
|
 |
68df612 |
@@ -106,9 +106,9 @@ operators are
|
|
 |
68df612 |
(/(s|tr)/ # 1. The command: `tr' or `s'
|
|
 |
68df612 |
/(([[:punct:]])/ # 2. The delimiter
|
|
 |
68df612 |
/(/ # 3. The *two* regexps
|
|
 |
68df612 |
- /(.|\\\\.)*/ # First regexp
|
|
 |
68df612 |
+ /(\\\\.)*/ # First regexp
|
|
 |
68df612 |
/\\3/ # Separator
|
|
 |
68df612 |
- /(.|\\\\.)*/ # Second Regexp
|
|
 |
68df612 |
+ /(\\\\.)*/ # Second Regexp
|
|
 |
68df612 |
/)/ #
|
|
 |
68df612 |
/\\3)/ # Closer
|
|
 |
68df612 |
\1 Keyword_strong, \2 Plain),
|