How to syntax highlight an ini file?

Hi,

I have an issue with syntax highlighting in the wiki. I know GitLab uses Rouge for this and is supposed to support the languages supported by Rouge. However, it doesn’t seem to support ini files such as the following that is supported by Rouge:

```INI
[Unit]
Description=An exemple of an ini file
[Service]
Type=oneshot
```

Am I missing something?