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

fix: comments can have multiple delimiting backslashes #135

Merged
merged 3 commits into from
May 19, 2023

Conversation

amaanq
Copy link
Member

@amaanq amaanq commented May 18, 2023

void main() {
    int foo = 3;  // nice comment \\
    still a comment
    return foo;
}

@aryx
Copy link
Contributor

aryx commented May 19, 2023

@amaanq did you make a PR for adding back github actions to check PRs are good (like we do in the other tree-sitter-xxx)?

@aryx aryx merged commit cac392a into tree-sitter:master May 19, 2023
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

Successfully merging this pull request may close these issues.

2 participants