Created
December 25, 2011 07:00
-
-
Save xzj/1518834 to your computer and use it in GitHub Desktop.
my .ctags(exuberant-ctags) for Clojure
Thanks!
I'm also using this for .cljx / .cljs files
--langmap=Clojure:.clj
--langmap=Clojure:+.cljx
--langmap=Clojure:+.cljs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am co-maintainer of fishman/ctags, a fork of exuberant ctags.
I'm working on introducing a facility of .ctags library to ctags.
Some ideas are written in universal-ctags/ctags#44.
I would like to merge your .ctags for clojure language to fishman/ctags.
If you permits to merge, could you add copyright notice to your
.ctags? Lines started from # in .ctags is considered as comments.
See universal-ctags/ctags#9