mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-15 05:53:00 +08:00
Add Cython/Pyrex support, closes #181
This commit is contained in:
parent
66c56b11a7
commit
574376d165
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user