From ba7d6b3e8e2b1de9d0ced734d93e1481d0f2bc84 Mon Sep 17 00:00:00 2001 From: "Zhong, Ming-Xun" Date: Fri, 31 Aug 2012 18:42:25 +0800 Subject: [PATCH] Support Clojure as LISP type --- autoload/tagbar.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 3667488..3740f04 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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'