issues
search
m-novikov
/
tree-sitter-sql
SQL syntax highlighting for tree-sitter
MIT License
112
stars
33
forks
source link
Support more syntax and make some improvements
#21
Closed
pplam
closed
2 years ago
pplam
commented
2 years ago
New supportings:
CTEs syntax;
ALTER TABLE RENAME COLUMN syntax;
LIMIT clause;
DELETE statement;
AT TIME ZONE expression;
more json_access expressions;
Improvements:
The ORDER BY clause syntax;
The JOIN clause;
The select subexpression;
The UPDATE statement;
The dotted_name & _identifier;
New supportings:
Improvements: