On Thu, 21 Aug 2003 10:10:25 +1000, Simon Burton wrote:
>
> Looks like the pyrex guy uses emacs...
>
> Anyone have any hints/ideas/scripts for getting some vim syntax colors for
> pyrex ?
>
> Simon.
python.vim seems to work well enough,
my filetype.vim has this now:
" Python
au BufNewFile,BufRead *.py setf python
" PyRex
au BufNewFile,BufRead *.pyx setf python
--
http://mail.python.org/mailman/listinfo/python-list