samuelbrody1249
samuelbrody1249

Reputation: 4767

Is it possible to turn off SQL highlighting in IntelliJ?

It seems like IntelliJ is expecting strings to be escaped by the quote-char and not a backslash. Is there a way to change the SQL dialect here, or how can I get rid of the error squiggly in my editor?

enter image description here

Upvotes: 0

Views: 247

Answers (1)

samuelbrody1249
samuelbrody1249

Reputation: 4767

You can right-click in the editor and select Change Dialect:

enter image description here

More details at https://www.jetbrains.com/help/idea/settings-languages-sql-dialects.html.

Upvotes: 2

Related Questions