m-novikov / tree-sitter-sql

SQL syntax highlighting for tree-sitter
MIT License
110 stars 32 forks source link

Aggregate expressions #40

Closed pplam closed 2 years ago

pplam commented 2 years ago

Improve function call expression to support aggregate expressions according to https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-AGGREGATES

pplam commented 2 years ago

@m-novikov This PR is depend on PR#38, please merge PR#38 first