### Description From the [Clojure reader reference](https://clojure.org/reference/reader) > The form following #_ is completely skipped by the reader. (This is a more complete removal than the comment macro which yields nil) grammar guides for other editors will highlight the affected forms as comments. ### Steps to Reproduce 1. put the characters `#_` in front of any form, with any amount of whitespace preceding it **Expected behavior:** The following form should be interpreted as a comment **Actual behavior:** The following form is not interpreted as a comment **Reproduces how often:** always ### Versions This has happened on every version of Atom I've used, including 1.19.0
Description
From the Clojure reader reference
grammar guides for other editors will highlight the affected forms as comments.
Steps to Reproduce
#_in front of any form, with any amount of whitespace preceding itExpected behavior: The following form should be interpreted as a comment
Actual behavior: The following form is not interpreted as a comment
Reproduces how often: always
Versions
This has happened on every version of Atom I've used, including 1.19.0