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

Font-lock deprecated vars #1371

Closed
Malabarba opened this issue Oct 15, 2015 · 1 comment
Closed

Font-lock deprecated vars #1371

Malabarba opened this issue Oct 15, 2015 · 1 comment

Comments

@Malabarba
Copy link
Member

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).

@bbatsov
Copy link
Member

bbatsov commented Oct 15, 2015

Yeah, that's a good idea.

Malabarba added a commit to clojure-emacs/cider-nrepl that referenced this issue Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants