-
Notifications
You must be signed in to change notification settings - Fork 7
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
Highlight symbols in function position #29
Comments
@NoahTheDuke do you mean you are able to syntax highlight (defn the-fn-name [] ??? |
if so, I would be very very very very interested in seeing it |
No, like |
@NoahTheDuke that would be so great. Is your repo publicly available? |
Here's my |
Hi, sorry for the really late response, I am definitely interested in this feature. I'm still trying to decide how we want to do this function/macro position syntax highlighting in future as we've had a similar discussion previously: #25. Currently my thinking is to provide options to toggle the following options:
Ideally both could be enabled at the same time. I would be interested in hearing any opinions on the above concept. Unfortunately I haven't been able to find much time to work on Clojure.vim recently so for this to happen, it will either have to be contributed by someone or myabe I'll implement it at some undetermined date long in the future. |
I've fully switched to using nvim-treesitter for my highlighting, which includes queries that set this. So I personally don't need it anymore. |
I have a custom syntax regex for highlighting symbols that are in function position in a list. I've added it to clojureTop before the built-in functions list so they can be highlighted distinctly if desired. Would y'all be interested in a PR for this?
The text was updated successfully, but these errors were encountered: