pyrex.vim ?

Simon Burton simonb at webone.com.au
Wed Aug 20 23:04:02 EDT 2003


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






More information about the Python-list mailing list