Sublime Forum

Red highlighting on end square bracket for SQL

#1

Hi,
When I use SQL syntax highlighter for a simple SQL query, I get red highlighting on end square bracket symbols. Can you help me get rid of it, please?

image

0 Likes

Build 4200-Rewritten syntax highlighting for SQL Is Bad
#2

see

2 Likes

#3

Thank you very much. Until the bug is fixed, I will use the “Always Open With Syntax” option, which is a good solution for me.

0 Likes

#4

That’s not a bug. It’s just the default SQL syntax using MySQL dialect and anybody needing something else (e.g. T-SQL) needs to take action on its own.

This is just because there is NO SQL STANDARD, but every company inventing its own wheel of syntaxes, which are not compatible to each other.

0 Likes