1
0
forked from aniani/vim

patch 8.2.2990: Jupyter Notebook files are not recognized

Problem:    Jupyter Notebook files are not recognized.
Solution:   Recognize *.ipynb. (closes #8375)
This commit is contained in:
kompowiec2
2021-06-13 17:03:06 +02:00
committed by Bram Moolenaar
parent c2dec4cac4
commit 2e66b0d137
3 changed files with 6 additions and 1 deletions

View File

@@ -855,6 +855,9 @@ au BufNewFile,BufRead *.jov,*.j73,*.jovial setf jovial
" JSON
au BufNewFile,BufRead *.json,*.jsonp,*.webmanifest setf json
" Jupyter Notebook is also json
au BufNewFile,BufRead *.ipynb setf json
" Kixtart
au BufNewFile,BufRead *.kix setf kix