Hello. I am struggling to integrate CodeMirror into an existing application. I want to provide advanced SQL editor to users. Among the problems I am having -
Syntax highlighting is not happening
in SQL gets converted to > when application gets user’s SQL from CM
Hello and thanks for the reply. Please see http://elisokal.com/tmp/cm1.png (screenshot) for confirmation that sql.js is loaded and to get an idea of the application. My initialization for CodeMirror is defined in http://www.elisokal.com/tmp/sqlEditSupport.js. Many thanks if you can tell me what I’m doing wrong.