mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 18:24:13 +00:00
vim-patch:9.1.1343: filetype: IPython files are not recognized
Problem: filetype: IPython files are not recognized
(user202729)
Solution: detect *.ipy files as python filetype
fixes: vim/vim#17163
e380b5cbba
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Clason
parent
533ce0e807
commit
4ddd31de14
@@ -1003,6 +1003,7 @@ local extension = {
|
||||
py = 'python',
|
||||
pyi = 'python',
|
||||
ptl = 'python',
|
||||
ipy = 'python',
|
||||
ql = 'ql',
|
||||
qll = 'ql',
|
||||
qml = 'qml',
|
||||
|
||||
Reference in New Issue
Block a user