" Pyret
au BufNewFile,BufRead *.arr setf pyret
-" Pyrex
-au BufNewFile,BufRead *.pyx,*.pxd setf pyrex
+" Pyrex/Cython
+au BufNewFile,BufRead *.pyx,*.pyx+,*.pxd,*.pxi setf pyrex
" Python, Python Shell Startup and Python Stub Files
" Quixote (Python-based web framework)
purescript: ['file.purs'],
pymanifest: ['MANIFEST.in'],
pyret: ['file.arr'],
- pyrex: ['file.pyx', 'file.pxd'],
+ pyrex: ['file.pyx', 'file.pxd', 'file.pxi', 'file.pyx+'],
python: ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', '.python_history', '.jline-jython.history', 'file.ptl', 'file.pyi', 'SConstruct'],
ql: ['file.ql', 'file.qll'],
qml: ['file.qml', 'file.qbs'],