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

Support Clojure as LISP type

This commit is contained in:
Zhong, Ming-Xun
2012-08-31 18:42:25 +08:00
parent 4569779601
commit ba7d6b3e8e

View File

@@ -428,6 +428,7 @@ function! s:InitTypes() abort
\ {'short' : 'f', 'long' : 'functions', 'fold' : 0, 'stl' : 1}
\ ]
let s:known_types.lisp = type_lisp
let s:known_types.clojure = type_lisp
" Lua {{{3
let type_lua = s:TypeInfo.New()
let type_lua.ctagstype = 'lua'