doc: tweak conf section language (#208)

* Tweak conf section language

Switching to `js` for the config sample causes the comment to render as a comment. Bit unfortunate, but probably a net improvement :)

* Updated to jsonc formatting in README
This commit is contained in:
Stuart Hinson 2021-10-28 16:22:54 -04:00 committed by GitHub
parent f22f60363e
commit d17c6cdebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ If you prefer character-based selections like Kakoune, please set
wish to use character-based selections. This mode is designed to work with
block-style cursors, so your configuration would typically look like:
```json
```jsonc
"dance.modes": {
"insert": {
// ...