javalover520 / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

SQL multiline string not highlighted as string #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set content type to text/sql
2. select * from tableX where columnY = 'value with a
new line in it'

What is the expected output? What do you see instead?
'value with a
new line in it' should be highlighted as a string but it isn't.

What version of the product are you using? On what operating system?
0.9.5-b29 on WinXP

Please provide any additional information below.
It is legal for strings to span over multiple lines in SQL.

Can you please fix this, I would like to integrate it in my project 
http://dbedit2.sourceforge.net.

Thanks
Jef Van Den Ouweland

Original issue reported on code.google.com by jef.vand...@gmail.com on 1 Mar 2011 at 1:37