doddoreul / google-code-prettify

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

Perl syntax highlighting gets confused by $" assignment #209

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
  1. Attempt to highlight code that assigns to $"
  2. e.g. http://stackoverflow.com/a/10278888/1062461

  Sorry I do not have HTML, I am just using stackoverflow.

What is the expected output?  What do you see instead?

  The quotation mark in this case should not be treated as the start of a string.  But it is.

What version are you using?  On what browser?

  Unknown - whatever stackoverflow has installed today.  Firefox 12.

Please provide any additional information below.

Original issue reported on code.google.com by rob.iver...@gmail.com on 24 Apr 2012 at 1:25