Skip to content
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
@mattly

Description

@mattly

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

  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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions