4 lines
124 B
VimL
4 lines
124 B
VimL
|
" JSONC (see https://github.com/neoclide/jsonc.vim/pull/9")
|
||
|
au BufNewFile,BufRead */.vscode/*.json setlocal filetype=jsonc
|
||
|
|