mirror of
https://github.com/ToyB-Chan/mini-file-format.git
synced 2026-07-13 22:21:16 +02:00
Update README.md
This commit is contained in:
@@ -23,6 +23,7 @@ Below are the concrete rules governing sections, keys, values, and supported dat
|
|||||||
- All (sub-) sections may only be defined once.
|
- All (sub-) sections may only be defined once.
|
||||||
- (Sub-) sections can be empty.
|
- (Sub-) sections can be empty.
|
||||||
- Keys within (sub-) sections use `key = value` syntax and are seperated by new-lines.
|
- Keys within (sub-) sections use `key = value` syntax and are seperated by new-lines.
|
||||||
|
- Keys within (sub-) sections may only be defined once.
|
||||||
- Key and (sub-) section names may only contain `a-z`, `A-Z`, `0-9`, and `_`.
|
- Key and (sub-) section names may only contain `a-z`, `A-Z`, `0-9`, and `_`.
|
||||||
- Values may never reach over multiple lines.
|
- Values may never reach over multiple lines.
|
||||||
- Empty keys (i.e., keys without values) are not allowed.
|
- Empty keys (i.e., keys without values) are not allowed.
|
||||||
|
|||||||
Reference in New Issue
Block a user