From 1dae1d57dcbd0b3d5a70985d0fc5a38b46248d8b Mon Sep 17 00:00:00 2001 From: Eshwar Andhavarapu Date: Tue, 28 Jun 2016 08:13:51 +0200 Subject: [PATCH] # ## Pound Hash signs should not be marked as comments in SQL 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 https://github.com/Microsoft/vscode/pull/8174 --- Syntaxes/SQL.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Syntaxes/SQL.plist b/Syntaxes/SQL.plist index f8b04ac..3a37191 100644 --- a/Syntaxes/SQL.plist +++ b/Syntaxes/SQL.plist @@ -409,7 +409,7 @@ - + begin /\*