mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-12 23:43:59 +08:00
add a new language (#738)
* Update ctags.vim * update uctags.vim with lpc
This commit is contained in:
parent
c7e7d5e565
commit
a52610c009
|
@ -115,6 +115,7 @@ function! tagbar#types#ctags#init(supported_types) abort
|
|||
\ 'union' : 'u'
|
||||
\ }
|
||||
let types.c = type_c
|
||||
let types.lpc = type_c
|
||||
" C++ {{{1
|
||||
let type_cpp = tagbar#prototypes#typeinfo#new()
|
||||
let type_cpp.ctagstype = 'c++'
|
||||
|
|
|
@ -215,6 +215,7 @@ function! tagbar#types#uctags#init(supported_types) abort
|
|||
\ 'union' : 'u'
|
||||
\ }
|
||||
let types.c = type_c
|
||||
let types.lpc = type_c
|
||||
" C++ {{{1
|
||||
let type_cpp = tagbar#prototypes#typeinfo#new()
|
||||
let type_cpp.ctagstype = 'c++'
|
||||
|
|
Loading…
Reference in New Issue
Block a user