-
-
Couldn't load subscription status.
- Fork 248
Add clojure-discard-face #689
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
base: master
Are you sure you want to change the base?
Conversation
This allows for font-locking expressions discarded with the #_ form differently than comments. Maintains default by inheriting from font-lock-comment-face. Fixes clojure-emacs#688
|
I haven't updated the tests yet.. I'm having trouble getting eldev working on my system. Any tips on how to get or execute the |
|
Can't help with that, but you can always rely on the CI instead if you can't set this up locally. I'm not sure I like the name of the new face, but the spirit of the change is fine. Probably it should mentioned somewhere in the README as well, otherwise no one will likely find it. |
Ah ok, I'll make some edits then and push :)
I'm happy to name it whatever you want, any suggestions?
I looked around but there didn't seem to be an obvious place. The existing faces ( |
Yeah, it can be somewhere under "Configuration". |
|
I'd vote for keeping the name There might be a minor semantic mismatch since - depending on the customized value of |
|
Ok I've updated the README with a new section on the faces, and updated the font-locking tests to reflect the new face. The emacs-master build target is failing, but the errors seem unrelated to my changes. Let me know if you prefer if I squash the commits manually. |
This allows for font-locking expressions discarded with the #_ form
differently than comments. Maintains default by inheriting from
font-lock-comment-face.
Fixes #688
Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):
M-x checkdocand fixed any warnings in the code you've written.Thanks!