clojure-mode icon indicating copy to clipboard operation
clojure-mode copied to clipboard

Add clojure-discard-face

Open Ramblurr opened this issue 1 month ago • 6 comments

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

  • [x] The commits are consistent with our contribution guidelines.
  • [ ] You've added tests (if possible) to cover your change(s). Bugfix, indentation, and font-lock tests are extremely important!
  • [x] You've run M-x checkdoc and fixed any warnings in the code you've written.
  • [x] You've updated the changelog (if adding/changing user-visible functionality).
  • [ ] You've updated the readme (if adding/changing user-visible functionality).

Thanks!

Ramblurr avatar Oct 25 '25 12:10 Ramblurr