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

Incorrect scope for variables starting with "true" #7

Closed
bates64 opened this issue Nov 20, 2020 · 1 comment · Fixed by #8
Closed

Incorrect scope for variables starting with "true" #7

bates64 opened this issue Nov 20, 2020 · 1 comment · Fixed by #8

Comments

@bates64
Copy link

bates64 commented Nov 20, 2020

image

@bates64 bates64 changed the title Incorrect scope for variables starting with "true" or "false" Incorrect scope for variables starting with "true" Nov 20, 2020
@dustypomerleau
Copy link
Owner

Thanks for reporting, @nanaian. Easy fix but I'm not at my machine—will push soon.

bors bot added a commit to rust-lang/rust-analyzer that referenced this issue Nov 21, 2020
6598: Textmate grammar: ensure word boundary after `true` r=dustypomerleau a=dustypomerleau

Adding round brackets ensures word boundaries on both sides of booleans (reported in dustypomerleau/rust-syntax#7).

Co-authored-by: Dusty Pomerleau <dustypomerleau@users.noreply.github.com>
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 a pull request may close this issue.

2 participants