Skip to content

Conversation

@gontadu
Copy link

@gontadu gontadu commented Jun 28, 2016

MySQL uses # as comments along with the standard SQL '--' at the beginning. However, # is not standard SQL and therefore when using SQL Server/Oracle, etc. things marked with # are still shown as comment in the code even if they aren't comments. SQL Server specifically uses # ## to denote temporary tables.

Therefore, until someone figures out how to write a mysql exception to the syntax highlighting, I would suggest we suppress this rule.

From downstream microsoft/vscode#8174

MySQL uses # as comments along with the standard SQL '--' at the beginning. However, # is not standard SQL and therefore when using SQL Server/Oracle, etc. things marked with # are still shown as comment in the code even if they aren't comments. SQL Server specifically uses # ## to denote temporary tables.

Therefore, until someone figures out how to write a mysql exception to the syntax highlighting, I would suggest we suppress this rule.

From downstream microsoft/vscode#8174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant