You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainly for navigating/copy-and-pasting code examples that are embedded in docstrings. Has the font locking always been like this? I don't recall that...
Don't recall. But I'm pretty sure dropping this and disabling cider-mode would fix the font-locking, Probably the addition of dynamic font-locking messed this up.
This also fixed one more annoying problem - I'd get prompted about a comment delimiter when using cider-apropos (I'm guessing this was something to do with the syntax table).
See this:
The offending code is here:
Not sure why the syntax table is used here. Enabling
cider-mode
also seems redundant.The text was updated successfully, but these errors were encountered: