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:
Christian Clason
2025-04-25 10:15:45 +02:00
committed by Christian Clason
parent 533ce0e807
commit 4ddd31de14
2 changed files with 2 additions and 1 deletions

View File

@@ -1003,6 +1003,7 @@ local extension = {
py = 'python',
pyi = 'python',
ptl = 'python',
ipy = 'python',
ql = 'ql',
qll = 'ql',
qml = 'qml',