-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
cider-repl font-lock issue #824
Comments
Yeah, I noticed this myself. I'll have a closer look at the problem soon. |
Problem still persists. Updated cider yesterday. |
Also I can say that font locking in repl completely broken. Only parentheses colored as needed. |
I'm aware of that, but don't have any time to deal with this right now. Help welcome! :-) |
The whole font-lock mechanism should be changed to use standard jit-lock fontification. I have plans for that after |
Fixed by 48fceed |
After a recent upgrade I noticed that font-locking for the prompt fails by coloring the text inserted as well, unless the text starts with a parentheses like character. In the case of anonymous functions and sets, the hash-tag character is also colored. If I cycle input from the history of typed commands, then those commands are always colored with the prompt font as well.
The text was updated successfully, but these errors were encountered: