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

Update uctags.vim

This commit is contained in:
Mitesh Athia
2017-10-17 21:50:02 -04:00
committed by GitHub
parent 2261625e29
commit c86ab1caa6

View File

@@ -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},