dotfiles/neovim/json.vim

6 lines
123 B
VimL

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