Some macros have match bodies inside, e.g. `match_byte` and `match_ignore_ascii_case` and the formatter skips those bodies. Some of them are quite big, like here: [src/tokenizer.rs:560](https://github.com/servo/rust-cssparser/blob/main/src/tokenizer.rs#L560)