Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Do not tokenize escaped semicolons as comments #68

Merged
merged 1 commit into from
May 25, 2017

Conversation

winstliu
Copy link
Contributor

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions

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

@winstliu winstliu merged commit bcba97a into master May 25, 2017
@winstliu winstliu deleted the wl-escaped-semicolons branch May 25, 2017 03:11
Slowki pushed a commit to Slowki/hy.tmLanguage that referenced this pull request Sep 14, 2018
Do not tokenize escaped semicolons as comments
Slowki pushed a commit to Slowki/hy.tmLanguage that referenced this pull request Sep 14, 2018
Do not tokenize escaped semicolons as comments
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

escaped semicolon treated as comment character
1 participant