Add TOML to todo

This commit is contained in:
Mike Bierlee 2022-10-13 20:13:34 +03:00
parent 6d692985e0
commit b0895cc13f

View file

@ -14,3 +14,5 @@
- Case insensitive properties and sections
- Escape characters
- Support multi-line values with backslash
- TOML
- Add support for the standard (https://github.com/toml-lang/toml)