Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces should not be required after comment character #21

Open
DanielPower opened this issue Feb 13, 2018 · 0 comments
Open

Spaces should not be required after comment character #21

DanielPower opened this issue Feb 13, 2018 · 0 comments

Comments

@DanielPower
Copy link

The grammars implemented in this plugin check for a space immediately after the comment character. But I cannot think of a single language that requires a space after the comment character.

# Valid Comment
#Also a Valid Comment

Running the comment plugin on this code snippet will uncomment the first line, and add an additional comment character in front of the second line, because it does not think the second line is a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant