-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Just like in TOML, allow writing:
editor = {
theme = {
dracula = {
foreground = "black"
background = "white"
}
}
}like this as well:
editor.theme.dracula = {
foreground = "black"
background = "white"
}While TOML's lack of indentation is a negative, this nesting syntax is actually good to prevent too much nesting on more complex config files.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request