6 lines
123 B
VimL
6 lines
123 B
VimL
" === JSON Support === {{
|
|
|
|
" Properly handle comments in JSON.
|
|
autocmd FileType json syntax match Comment +\/\/.\+$+
|
|
|
|
" }}
|