This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Ignore form reader macro should "comment" the following form #72
Open
Description
Description
From the Clojure reader reference
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
- 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