Skip to content
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

function name in base color in Clojure #34

Closed
narocath opened this issue Sep 26, 2017 · 1 comment
Closed

function name in base color in Clojure #34

narocath opened this issue Sep 26, 2017 · 1 comment

Comments

@narocath
Copy link

The function name after defn also after def.. is white. How can I change it?

@sjl
Copy link
Owner

sjl commented Oct 3, 2017

Find out what your syntax file tags the name as, then add it with your desired color here:

https://github.com/sjl/badwolf/blob/master/colors/badwolf.vim#L433

Unfortunately it looks like the Clojure syntax file just tags this as clojureSymbol like all other normal symbols, so changing it would also change every other symbol. If you want to highlight the function names differently you'll need to edit the syntax file to recognize them first.

@sjl sjl closed this as completed Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants