Associate VSCode .code-workspace file as JSON
This commit is contained in:
parent
132146af98
commit
446f0b6977
1
vimrc
1
vimrc
|
@ -55,6 +55,7 @@ set softtabstop=2
|
||||||
|
|
||||||
au BufRead,BufNewFile *.ipynb setlocal filetype=json
|
au BufRead,BufNewFile *.ipynb setlocal filetype=json
|
||||||
au BufRead,BufNewFile *.md setlocal spell
|
au BufRead,BufNewFile *.md setlocal spell
|
||||||
|
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
if &diff
|
if &diff
|
||||||
|
|
Loading…
Reference in a new issue