DerekStride / tree-sitter-sql

SQL grammar for tree-sitter
http://derek.stride.host/tree-sitter-sql/
MIT License
155 stars 52 forks source link

refactor: `group_concat` and `_aggregate_function` to `invocation` #163

Closed matthias-Q closed 1 year ago

matthias-Q commented 1 year ago

Add _aggregate_function as part of invocation.

Closes #158 and supersedes #159