tree-sitter-sql
tree-sitter-sql copied to clipboard
Add support for named parameter placeholders?
The tree reports an (ERROR) when it finds the colon in:
SELECT * FROM users where user_id = :userId;
as one might have in a PDO statement in php code.
Thank you, it would be very useful to me to see this added!