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

SQL: single quotes Can't Display Right Color Mark #13

Open
aeschli opened this issue Jan 13, 2016 · 2 comments
Open

SQL: single quotes Can't Display Right Color Mark #13

aeschli opened this issue Jan 13, 2016 · 2 comments

Comments

@aeschli
Copy link

aeschli commented Jan 13, 2016

From @erikzhouxin on December 21, 2015 7:39

--single quotes can not coupled on sql language encoding With GB2312 or UTF-8,When i use "sys.sp_addextendedproperty" add a property.
--Such AS :
EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'学校类型(小学、初中)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'SchoolYearFiles', @level2type=N'COLUMN',@level2name=N'SchoolType'

Copied from original issue: microsoft/vscode#1520

@aeschli
Copy link
Author

aeschli commented Jan 13, 2016

From @erikzhouxin on December 21, 2015 7:42

is Wrong color marked
image

@aeschli
Copy link
Author

aeschli commented Jan 13, 2016

From @bpasero on December 21, 2015 8:14

Seems to be the SQL language colorer.

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

1 participant