1 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 * SQL syntax highlighting transformation plugin js
7 AJAX.registerOnload('transformations/sql_editor.js', function() {
9 $('textarea.transform_sql_editor').each(function () {
10 PMA_getSQLEditor($(this), {}, 'both');