inline_sql_syntax icon indicating copy to clipboard operation
inline_sql_syntax copied to clipboard

Highlighting DELETE statements is not working, when used in go files

Open amgram opened this issue 2 months ago • 1 comments

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.

Image

amgram avatar Jan 12 '26 19:01 amgram