atom / language-clojure

Clojure package for Atom
Other
49 stars 48 forks source link

Do not tokenize escaped semicolons as comments #68

Closed winstliu closed 7 years ago

winstliu commented 7 years ago

Requirements

Description of the Change

Clojure allows you to escape semicolons to avoid it being parsed as a comment. Respect that.

Alternate Designs

None.

Benefits

Escaped semicolons \; will no longer be tokenized as comments.

Possible Drawbacks

None.

Applicable Issues

Fixes #45 Supersedes and closes #46