From b0895cc13f862a4eefbafadaa5a214bdbfd733f6 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 13 Oct 2022 20:13:34 +0300 Subject: [PATCH] Add TOML to todo --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 94e1a64..48d0a95 100644 --- a/TODO.md +++ b/TODO.md @@ -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) \ No newline at end of file