Add additional ctags support for clojure.
Created by: efritz
ctags has built-in support for defn
and clojure.core.defn
. This adds support for def
, defprotocol
, defrecord
, defmacro
, and deftype
. It also adds the s/
variants defined by schema and used by some customers.