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: uses of Special #23

Closed
mkalinski opened this issue Feb 2, 2017 · 1 comment
Closed

SQL: uses of Special #23

mkalinski opened this issue Feb 2, 2017 · 1 comment

Comments

@mkalinski
Copy link

Now this one uses it to a ridiculous degree.

Two groups are linked to Special: sqlSpecial (which consists just of true, false and null) and the very blanket sqlKeyword, which groups every reserved word that does not start a statement (ie. not select, insert and friends), is not an operator or a type/function name.

This is defined in sqloracle.vim syntax file, which is the one loaded by default if no other sql dialect is explicitly selected.

@arcticicestudio
Copy link
Contributor

The sqlSpecial group is now linked to sqlKeyword to colorize constants like true/false and null as keywords.

@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Jul 10, 2017
@arcticicestudio arcticicestudio removed their assignment Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants