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

Comment syntax highlighting inside type syntax #34

Open
jackfischer opened this issue Sep 19, 2023 · 0 comments
Open

Comment syntax highlighting inside type syntax #34

jackfischer opened this issue Sep 19, 2023 · 0 comments
Assignees
Labels

Comments

@jackfischer
Copy link

Comment A is not highlighted in the following query,

with  examples := <array<tuple<
    x: str,
    y: str, # Comment A
  >>>$examples,

for e in array_unpack(examples) union (
  insert Example {
    x:=e.x, #Comment B
    y:=e.y
  }
)
Screenshot 2023-09-19 at 1 42 46 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants