livebs / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

Multiline strings not parsing properly #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With PHP code like

$string = '
asdfasdf
';

the quotes and asdfasdf will just be black instead of blue. Any php syntax
inside the string will also be hilighted.

Firefox 3.0.2 (OS X 10.5.4)

I'd try to fix it myself but the regex used is beyond me :-/

- Maarten Spreij

Original issue reported on code.google.com by mspr...@gmail.com on 27 Sep 2008 at 12:30

GoogleCodeExporter commented 8 years ago
Ehr, and using version 1.5.1, downloaded 2008-09-27

Original comment by mspr...@gmail.com on 27 Sep 2008 at 12:36