From 747c5cf0d8864953a060c7bb72d02233c3baa946 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 13 Oct 2022 21:14:46 +0300 Subject: [PATCH] Add yaml to todo --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 82c51f9..da0bd1f 100644 --- a/TODO.md +++ b/TODO.md @@ -15,4 +15,6 @@ - Case insensitive properties and sections - Escape characters - TOML - - Add support for the standard (https://github.com/toml-lang/toml) \ No newline at end of file + - Add support for the standard (https://github.com/toml-lang/toml) +- YAML + - Add support for the standard \ No newline at end of file