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 #1520

Closed
erikzhouxin opened this issue Dec 21, 2015 · 3 comments
Closed

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

erikzhouxin opened this issue Dec 21, 2015 · 3 comments
Assignees
Milestone

Comments

@erikzhouxin
Copy link

--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'

@erikzhouxin
Copy link
Author

is Wrong color marked
image

@bpasero bpasero added the bug Issue identified by VS Code Team member as probable bug label Dec 21, 2015
@bpasero bpasero added this to the Backlog milestone Dec 21, 2015
@bpasero
Copy link
Member

bpasero commented Dec 21, 2015

Seems to be the SQL language colorer.

@bpasero bpasero changed the title single quotes Can't Display Right Color Mark SQL: single quotes Can't Display Right Color Mark Dec 21, 2015
@aeschli
Copy link
Contributor

aeschli commented Jan 13, 2016

This issue was moved to textmate/sql.tmbundle#13

@aeschli aeschli closed this as completed Jan 13, 2016
@aeschli aeschli removed the bug Issue identified by VS Code Team member as probable bug label Jan 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants