mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 20:38:54 +10:00
Problem: filetype: pyrex files are not detected
Solution: detect '*.pxi' and '*.pyx+' as pyrex filetype
(user202729)
References:
https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#cython-file-types
https://www.csse.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/using_with_c++.html
closes: vim/vim#16136
aa16b30552
Co-authored-by: user202729 <25191436+user202729@users.noreply.github.com>