mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-21 22:49:51 +08:00
Add program, package and interface to systemverilog scopes (#888)
Some checks failed
Check / check (exuberant-ctags, nvim) (push) Has been cancelled
Check / check (exuberant-ctags, vim) (push) Has been cancelled
Check / check (universal-ctags, nvim) (push) Has been cancelled
Check / check (universal-ctags, vim) (push) Has been cancelled
Vint / vint (push) Has been cancelled
Some checks failed
Check / check (exuberant-ctags, nvim) (push) Has been cancelled
Check / check (exuberant-ctags, vim) (push) Has been cancelled
Check / check (universal-ctags, nvim) (push) Has been cancelled
Check / check (universal-ctags, vim) (push) Has been cancelled
Vint / vint (push) Has been cancelled
This commit is contained in:
parent
1690b19ea6
commit
bc087d88de
|
@ -1372,11 +1372,17 @@ function! tagbar#types#uctags#init(supported_types) abort
|
|||
\ 'E' : 'enum',
|
||||
\ 'C' : 'class',
|
||||
\ 'm' : 'module',
|
||||
\ 'P' : 'program',
|
||||
\ 'K' : 'package',
|
||||
\ 'I' : 'interface',
|
||||
\ }
|
||||
let type_systemverilog.scope2kind = {
|
||||
\ 'enum' : 'E',
|
||||
\ 'class' : 'C',
|
||||
\ 'module' : 'm',
|
||||
\ 'program' : 'P',
|
||||
\ 'package' : 'K',
|
||||
\ 'interface': 'I',
|
||||
\ }
|
||||
let types.systemverilog = type_systemverilog
|
||||
" VHDL {{{1
|
||||
|
|
Loading…
Reference in New Issue
Block a user