I'd like to use regex snippets for the `match_pattern` of a `postfix` snippet. Such that a snippet like the following would work: ```lua postfix({ trig = 'pp', trigEngine = 'ecma', match_pattern = '[\\^_]?', }, fmt('({})', { i(1) })), ```