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

Add missing ftype field to jsctags type def

This commit is contained in:
Jan Larres
2017-08-21 09:54:37 +12:00
parent d4c370cf0e
commit da87ee9439

View File

@@ -142,6 +142,7 @@ function! s:InitTypes() abort
\ }
let type_javascript.ctagsbin = jsctags
let type_javascript.ctagsargs = '-f -'
let type_javascript.ftype = 'javascript'
call type_javascript.createKinddict()
let s:known_types.javascript = type_javascript
endif