It would be nice to be able to do something like this: ```lua patterns[{ "&&", "||" }] = { priority = 10 } patterns[{ "<", ">" }] = { priority = 10 } ``` It seems that currently only words (made up of word characters) can be cycled.