Add Cython/Pyrex support, closes #181

This commit is contained in:
Jan Larres 2013-11-22 14:55:50 +13:00
parent 66c56b11a7
commit 574376d165

View File

@ -547,6 +547,8 @@ function! s:InitTypes() abort
\ 'function' : 'f'
\ }
let s:known_types.python = type_python
let s:known_types.pyrex = type_python
let s:known_types.cython = type_python
" REXX {{{3
let type_rexx = s:TypeInfo.New()
let type_rexx.ctagstype = 'rexx'