codemirror / CodeMirror-v1

An editable-iframe based code editor in JavaScript. See https://github.com/marijnh/CodeMirror for the currently maintained version
http://codemirror.net/
Other
362 stars 63 forks source link

Modest changes to code John Benediktsson' s codemirror sql parser #24

Closed crookasacat closed 13 years ago

crookasacat commented 13 years ago

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

marijnh commented 13 years ago

A revised version of this was merged in long ago. Closing.