Add yaml to todo

This commit is contained in:
Mike Bierlee 2022-10-13 21:14:46 +03:00
parent 86a2fa0f9f
commit 747c5cf0d8

View file

@ -15,4 +15,6 @@
- Case insensitive properties and sections
- Escape characters
- TOML
- Add support for the standard (https://github.com/toml-lang/toml)
- Add support for the standard (https://github.com/toml-lang/toml)
- YAML
- Add support for the standard