Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code colorization incorrect for SQL #20

Open
aeschli opened this issue Nov 23, 2016 · 2 comments
Open

code colorization incorrect for SQL #20

aeschli opened this issue Nov 23, 2016 · 2 comments

Comments

@aeschli
Copy link

aeschli commented Nov 23, 2016

From @gbritton1 on November 22, 2016 14:23

  • VSCode Version: Code 1.7.1 (02611b40b24c9df2726ad8b33f5ef5f67ac30b44, 2016-11-03T13:53:14.822Z)
  • OS Version: Windows_NT ia32 6.1.7601
  • Extensions:
Extension Author Version
python donjayamanne 0.5.2
code-runner formulahendry 0.5.1
mssql ms-mssql 0.1.5
PowerShell ms-vscode 0.7.2
vscode-sql-beautify sensourceinc 0.0.3

Steps to Reproduce:

  1. Open a new file, change language to SQL
  2. Enter the following line:

create table #foo(a int, b char)

  1. from the hash (number sign) on, the text is presented in green, as if were a comment. but in SQL, a hash does not begin a comment. Comments either begin with '-- ' (single line) or '/*' (multiline)

Copied from original issue: microsoft/vscode#15886

@gbritton1
Copy link

Looks like no one has worked on this project for almost a year. I'm afraid that this issue will remain unresolved.

@gbritton1
Copy link

fixed in

Version: 1.30.2 (system setup)
Commit: 61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8
Date: 2019-01-07T22:54:13.295Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Windows_NT x64 6.1.7601

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

No branches or pull requests

2 participants