dosper7 / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

all code becomes green after perl line: s[/$][]; #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
all code becomes green after perl line: s[/$][];

seems to me, if your perl code contains line like this:

$folderPath =~ s[/$][];

everything after will become green. Also, html link after the closing pre 
tag will stop function.

sample:
  http://xahlee.org/js/google-code-prettify/gcp_perl.html

reference sample:
  http://xahlee.org/js/google-code-prettify/emacs_perl.html

version used: prettify-21-May-2009

 Xah Lee

Original issue reported on code.google.com by xah...@gmail.com on 21 Jun 2009 at 7:59

GoogleCodeExporter commented 8 years ago

Original comment by mikesamuel@gmail.com on 14 Aug 2009 at 5:52