vim-hjson
vim-hjson copied to clipboard
Hjson syntax for VIM
Apparently, syntax highlighting assumes presence of commas between list elements, which are optional in hjson. **I expect** a closing bracket (of a list or object) to be displayed in same...
Syntax highlighting seems to change depending on where my cursor is in the file, which is ... strange, to say the least. Tested on NVIM v0.10.0 and Vim 8.0. I...
Doing `gg=G` reveals the horrors of the broken indentation. I am unsure of wether it's a general issue or strictly an issue with NeoVim comparability. NeoVim version: v0.10.0-dev
These variables are documented e.g. [here](https://vimhelp.org/options.txt.html#%27comments%27). For comparison other language plugins also set these two variables [vim-go](https://github.com/fatih/vim-go/blob/master/ftplugin/go.vim#L22) or [vim-toml](https://github.com/cespare/vim-toml/blob/main/ftplugin/toml.vim#L18). I used these variables through the [tcomment](https://github.com/tomtom/tcomment_vim) plugin. e.g. `gcc` toggles...