m-novikov / tree-sitter-sql

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

Support more comparison predicates #53

Open pplam opened 2 years ago

pplam commented 2 years ago

Support more comparison predicates:

1. BETWEEN...AND expression;
2. ISNULL and NOTNULL;
3. IS UNKNOWN and IS NOT UNKNOWN;

Ref: https://www.postgresql.org/docs/current/functions-comparison.html