Hi dear ctags developers,
I run into a problem while generating tags for the following SQL script with placeholder:
create table  database.tb_name${dt} as 
select col_a, col_b from database.tb_name
table 'tb_name${dt}' is not parsed as an identifier, and the same situation occurs to column name. Would you consider enhancing the sql parser to allow identifier with placeholder such as '${a_1}' ?
Thanks.