1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

docs: Quote TOML keys containing dots (#2040)

This commit is contained in:
Evan Relf 2022-04-08 15:21:52 -07:00 committed by GitHub
parent 209ec4468b
commit 7779dbfcb8
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -37,8 +37,8 @@ configuration values in your theme. To do this, add a table called
`palette` to your theme file:
```toml
ui.background = "white"
ui.text = "black"
"ui.background" = "white"
"ui.text" = "black"
[palette]
white = "#ffffff"