mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 13:41:14 +00:00
There's no canonical definition of what's the INI syntax, but Python's `ConfigParser` supports comments after section headers: ```ini [section] ; comment ```