clojure-emacs / clojure-emacs/clojure-mode
Syntax highlighting for #_ forms comments out next form
Open
bug
- Dominant language
- Emacs Lisp
- Stars
- 1k
- Forks
- 249
- PR merge metrics
- No merged PRs in 30d
Description
## 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 behavior
In emacs:
## Steps to reproduce the problem
``` clj
#_ #_ :a :b
```
## Environment & Version information
### clojure-mode version information
```
clojure-mode (version 5.5.2)
```
### Emacs version
`25.1.50.1`
### Operating system
OS X 10.11.6
Carried over from https://github.com/clojure-emacs/cider/issues/1822
Contributor guide
Assessment
This issue has not been assessed yet.