Add .ipynb syntax highlighting as json

This commit is contained in:
Edward Litherland-Smith 2020-12-17 09:49:27 +00:00
parent d54fc6ed05
commit f9c87114cc

1
vimrc
View file

@ -9,6 +9,7 @@ set number
set listchars=trail:.
set list
au BufRead,BufNewFile *.ipynb set filetype=json
syntax on
if &diff
syntax off