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] ANSI SQL #1764

Open
R0bk opened this issue Nov 9, 2018 · 2 comments
Open

[SQL] ANSI SQL #1764

R0bk opened this issue Nov 9, 2018 · 2 comments
Labels
C: Syntax T: feature major update for a syntax to support new language features

Comments

@R0bk
Copy link

R0bk commented Nov 9, 2018

Back at the end of 2016 in #630 there was a brief discussion of different flavors of SQL in sublime. Currently writing code for non mySQL flavors can be quite painful e.g. temp tables (and following text) is commented out.

I was wondering if there ever was a decision surrounding adding an ANSI (or any others) compatible SQL syntax highlighter?

@keith-hall
Copy link
Collaborator

keith-hall commented Nov 9, 2018

I believe we are waiting for a future update to Sublime which will allow users to configure (on a global basis - not a project basis due to how the syntax graphs are stored) which concrete SQL syntax should be used, so that this repo can ship multiple SQL syntaxes - i.e. one for each dialect, then each user can choose which one should be used when a syntax references scope:source.sql.

@jrappen
Copy link
Contributor

jrappen commented Sep 30, 2021

@R0bk Maybe you could have a look at and comment on #3046 with some reference links and maybe links to tests for edge cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Syntax T: feature major update for a syntax to support new language features
Projects
None yet
Development

No branches or pull requests

5 participants