In TextMate, `match` modes can't contain other modes, meaning that this is illegal: ```json { match: "some regex...", patterns: [ ... ] } ``` we should either throw an error or print a warning, when this happens.