inline_sql_syntax
inline_sql_syntax copied to clipboard
Highlighting DELETE statements is not working, when used in go files
If you are using golang with mysql you will get an error if you have the --sql comment in the query. Once the --sql comment is removed, the syntax highlighting does not recognize the delete statement.