This extension detects string literals in your code that start with the /* SQL */ prefix and automatically applies SQL syntax highlighting to their content. This makes SQL queries more readable and ...
What you want to do is insert the data in the database with the ' replaced with '' . This escapes the apostrophe and won't mess up the query.