Skip to content

Comment syntax highlighting inside type syntax #34

@jackfischer

Description

@jackfischer

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions