Here are my modest changes.
CSS
I have removed the css class sql-literal and replaced it with
sql-literal1 - for ANSI quotes like fred and "mabel"
sql-literal2 - for SQL strings like 'george'
JS
I have added some additional SQL commands and added support for multiline comments.
Marijn,
Here are my modest changes. CSS I have removed the css class sql-literal and replaced it with sql-literal1 - for ANSI quotes like
fred
and "mabel" sql-literal2 - for SQL strings like 'george' JS I have added some additional SQL commands and added support for multiline comments.Regards, Richard Harvey crookasacat