aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-06-13 18:09:11 -0400
committerGitHub <noreply@github.com>2021-06-13 18:09:11 -0400
commit2f0e5e7e67faa469f5d12a66ec084ab9c35d8c6b (patch)
tree75b8de1718e5004f2fc2426d3205eb797f2b9733 /runtime/filetype.vim
parente2bc0bf6656124afc47980210e96c31bd3357bea (diff)
parent8f4ba0a46becf631f00179264938f2be131945cd (diff)
downloadrneovim-2f0e5e7e67faa469f5d12a66ec084ab9c35d8c6b.tar.gz
rneovim-2f0e5e7e67faa469f5d12a66ec084ab9c35d8c6b.tar.bz2
rneovim-2f0e5e7e67faa469f5d12a66ec084ab9c35d8c6b.zip
Merge pull request #14802 from janlazo/vim-8.2.1354
vim-patch:8.2.{936,1354,2990}
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 89cc1a8fc5..09a1d1d0e6 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -851,6 +851,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