-
Notifications
You must be signed in to change notification settings - Fork 56
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
Composite strings as tag #177
Comments
Probably customise |
Ok I tried but this does not seem to be what I want... The bounds are fine, I need to show the whole |
I have searched a bit in the code and it seems I might need to tweak |
@arichiardi I think |
Ok that would be another issue to open there then. But what can I do to trim the namespace out of the tag that |
The default should work if point is on the symbol part of |
It does not seem to, I tried a couple of options and it seems that |
Hi, I have a feature request/question and I might be asking the wrong project actually so I apologise in advance.
In Clojure, there are symbol names in the form of either
a-symbol
,namespace/symbol
or:namespace/symbol
.They can all be treated as tags potentially, with their own jump to definitions.
I noticed though that ggtags does not highlight the last two of the list above and I was wondering if there is something I can do, patch can contribute, in order to achieve that.
Thank you very much!
The text was updated successfully, but these errors were encountered: