m-novikov / tree-sitter-sql

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

Add more rules in grammar.js #78

Open HuashiSCNU0303 opened 1 year ago

HuashiSCNU0303 commented 1 year ago

I have added some new rules to the grammar.js based on the SQLs of TPC-DS and TPC-H benchmark, including like expression, between expression, exists expression, time literals and set operaors.