tree-sitter-sql icon indicating copy to clipboard operation
tree-sitter-sql copied to clipboard

Add support for named parameter placeholders?

Open downhiller opened this issue 3 months ago • 1 comments

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!

downhiller avatar Oct 31 '25 13:10 downhiller