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

tree-sitter: fix parser error on unescaped dollar identifier in string literals, add test #79

Merged
merged 3 commits into from
Mar 31, 2024

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented Mar 31, 2024

Until now when encountering a doller sign in a string literal the parser run into an error. An example how this impacted highlighting:

Current:
Screenshot_20240331_234045

Updated:
Screenshot_20240331_234107

@ttytm ttytm changed the title tree-sitter: fix parser error when using unescaped dollar identifier in strings, add test tree-sitter: fix parser error on unescaped dollar identifier in string literals, add test Mar 31, 2024
@ttytm ttytm merged commit b50fdc3 into vlang:main Mar 31, 2024
14 checks passed
@ttytm ttytm deleted the tree-sitter/fix-dollar-in-string branch March 31, 2024 22:31
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.

1 participant