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
When using the #_ reader macro, you can chain several together. This lets you comment out more than one form at a time. However the Cider syntax highlighting uses the first #_ to comment out the second one. For example:
Expected behavior
When using the
#_
reader macro, you can chain several together. This lets you comment out more than one form at a time. However the Cider syntax highlighting uses the first#_
to comment out the second one. For example:In Cursive:

## Actual behaviorIn emacs:

## Steps to reproduce the problemEnvironment & Version information
clojure-mode version information
Emacs version
25.1.50.1
Operating system
OS X 10.11.6
Carried over from clojure-emacs/cider#1822
The text was updated successfully, but these errors were encountered: