dotfiles/.local/share/nvim/site/ftplugin/json.vim

6 lines
123 B
VimL

" === JSON Support === {{
" Properly handle comments in JSON.
autocmd FileType json syntax match Comment +\/\/.\+$+
" }}