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
This should be pretty simple to do using the same system that font-locks instrumented vars.
Just add :deprecated to the keywords tracked by cider-nrepl's track-state middleware, and add a font-lock entry for it in cider-mode.el similar to the one we use for instrumented vars (the actual face should be different, of course).
The text was updated successfully, but these errors were encountered:
This should be pretty simple to do using the same system that font-locks instrumented vars.
Just add
:deprecated
to the keywords tracked by cider-nrepl's track-state middleware, and add a font-lock entry for it incider-mode.el
similar to the one we use for instrumented vars (the actual face should be different, of course).The text was updated successfully, but these errors were encountered: