1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

add a new language (#738)

* Update ctags.vim

* update uctags.vim with lpc
This commit is contained in:
lasorda
2021-01-14 22:30:49 +08:00
committed by GitHub
parent c7e7d5e565
commit a52610c009
2 changed files with 2 additions and 0 deletions

View File

@@ -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++'

View File

@@ -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++'