When i parse prepared statement with sql parser, then the $ characters are marked as invalid. For example: ```sql INSERT INTO table (id, starttime, endtime) VALUES ($1, $2, $3) ``` Results in:  I expect the dollar characters to be valid.