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

Inline Table Destructuring Breaks Highlighting in local Form #9

Open
turbo opened this issue Jul 28, 2022 · 0 comments
Open

Inline Table Destructuring Breaks Highlighting in local Form #9

turbo opened this issue Jul 28, 2022 · 0 comments

Comments

@turbo
Copy link
Contributor

turbo commented Jul 28, 2022

The following snippets are equivalent code, but sample C is only partially highlighted

; sample A, correct
(local b (require :b))
(local { : a } b)

; sample B, correct
(let [{ : a } (require :b)])

; sample C, incorrect
(local { : a } (require :b))

produces:

image

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