2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * @package phpMyAdmin-Transformation
7 function PMA_transformation_text_plain__sql_info() {
9 'info' => __('Formats text as SQL query with syntax highlighting.'),
16 function PMA_transformation_text_plain__sql($buffer, $options = array(), $meta = '') {
17 $result = PMA_SQP_formatHtml(PMA_SQP_parse($buffer));
18 // Need to clear error state not to break subsequent queries display.