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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user