mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-23 10:21:00 +08:00
Recognize racket as scheme, closes #134
This commit is contained in:
parent
dec1f840fb
commit
ec0eb883dc
|
@ -576,6 +576,7 @@ function! s:InitTypes() abort
|
|||
\ {'short' : 's', 'long' : 'sets', 'fold' : 0, 'stl' : 1}
|
||||
\ ]
|
||||
let s:known_types.scheme = type_scheme
|
||||
let s:known_types.racket = type_scheme
|
||||
" Shell script {{{3
|
||||
let type_sh = s:TypeInfo.New()
|
||||
let type_sh.ctagstype = 'sh'
|
||||
|
|
Loading…
Reference in New Issue
Block a user