vim-jsonc
vim-jsonc copied to clipboard
⚠️Deprecated⚠️: Vim syntax highlighting plugin for JSON with C-style line (//) and block (/* */) comments.
#### `vim-jsonc` shows error: ```jsonc "modules-left": [ //"custom/name", "sway/workspaces", "custom/weather", "sway/mode" //"custom/right-arrow-dark" ], ``` #### `vim-jsonc` does NOT shows error ```jsonc "modules-left": [ //"custom/name", "sway/workspaces", "custom/weather", //"custom/right-arrow-dark" "sway/mode" ], ```...
From https://github.com/komkom/jsonc: > Jsonc is a simplified json format which allows comments and *unquoted values delimited by whitespace*. As it is `vim-jsonc` doesn't allow unquoted values. Any plans for allowing...
`vim-json` does not set `commentstring` and `comments` properly for `coc-settings.json` (they are blank) on `NVIM v0.4.3`. `vim-json` installed with `vim-plug` and gets listed by `scriptnames`.
This is a great package. One issues stands out to me for the example below: ```jsonc { "protocol": "gRPC", // communication protocol "cut": { // cut instruction set "to": {...