From 574376d16540ce74cb2e6127ea0f8de2842aac96 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Fri, 22 Nov 2013 14:55:50 +1300 Subject: [PATCH] Add Cython/Pyrex support, closes #181 --- autoload/tagbar.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 70e36fd..bc59aba 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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'