When using [`@slonik/typegen`](https://www.npmjs.com/package/@slonik/typegen) package, it is necessary to append an attribute to the literal. Example: ```ts sql.Person`select * from person limit 2` ``` Is it possible to extend matching to include this notation? Thanks.
When using
@slonik/typegenpackage, it is necessary to append an attribute to the literal.Example:
Is it possible to extend matching to include this notation?
Thanks.