-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clojure parser needs improvement #988
Comments
We cannot merge anything without getting permission from the author. Basically we need an ambassador who contacts the original author to make a pull request for us. I tried many places. However, none responded to me. About clojure, one of sexp based languages, I think we should not use regex. ctags should allow user-defined kinds for these languages. Because users of the language may have their own The one letter kind name space is too small for implementing user-defined kinds. In other area than clojure, we need a good ambassador. |
Hi guys
I used your internal parser for clojure and it generates far less stuff than
https://gist.github.com/kul/8704283
can you merge that gist ?
The text was updated successfully, but these errors were encountered: