summaryrefslogtreecommitdiffhomepage
path: root/toml.html.markdown
Commit message (Collapse)AuthorAgeLines
* [WIP] [toml/en] Add TOML support (#2282)Alois2016-09-01-0/+274
* Init support for TOML * Add scalar types section * Move comment to key value * Improve introduction * Move int comment to int key value * Add array support * Add version warning * Add support for table * Add inline table part * Add support array of table part * Fix bugs/typos to follow the review * Improve sub tables example * Fix wrong quotes on multiLineLiteralString * Fix letter case for coherence * Remove old comment * Move from variety to color Thanks @robochat