For those unaware, on GitHub you can get highlighting by giving the language at the start of the code block. For example:
```yaml --- - hosts: all vars: idk: {} ```