mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-16 20:12:53 +08:00
Update uctags.vim
This commit is contained in:
parent
2261625e29
commit
c86ab1caa6
|
@ -533,7 +533,7 @@ function! tagbar#types#uctags#init(supported_types) abort
|
|||
let type_javascript.ctagstype = 'javascript'
|
||||
let type_javascript.kinds = [
|
||||
\ {'short': 'v', 'long': 'global variables', 'fold': 0, 'stl': 0},
|
||||
\ {'short': 'C', 'long': 'contants', 'fold': 0, 'stl': 0},
|
||||
\ {'short': 'C', 'long': 'constants', 'fold': 0, 'stl': 0},
|
||||
\ {'short': 'c', 'long': 'classes', 'fold': 0, 'stl': 1},
|
||||
\ {'short': 'g', 'long': 'generators', 'fold': 0, 'stl': 0},
|
||||
\ {'short': 'p', 'long': 'properties', 'fold': 0, 'stl': 0},
|
||||
|
|
Loading…
Reference in New Issue
Block a user