m-novikov / tree-sitter-sql

SQL syntax highlighting for tree-sitter
MIT License
112 stars 33 forks source link

Window function calls #41

Closed pplam closed 2 years ago

pplam commented 2 years ago

Support window definitions & window function calls according to https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS

pplam commented 2 years ago

@m-novikov This PR depend on PR#38 and PR#40, please merge them before merge this one