Associate VSCode .code-workspace file as JSON

This commit is contained in:
Edward Litherland-Smith 2021-10-05 14:20:20 +01:00
parent 132146af98
commit 446f0b6977

1
vimrc
View file

@ -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