geldata / geldata/gel-editor-plugin
Comment syntax highlighting inside type syntax
Open
bug
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
`Comment A` is not highlighted in the following query,
```edgeql
with examples := >>$examples,
for e in array_unpack(examples) union (
insert Example {
x:=e.x, #Comment B
y:=e.y
}
)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.