-
-
Notifications
You must be signed in to change notification settings - Fork 447
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
A simple example...
```graphql
query {
a
b
}
```
Is rendered to:
The problem is that "a" is assigned class "nc" (NameClass) while "b" is assigned class "py" (NameProperty). The first line after the opening brace always has the wrong class.
To Reproduce
EDIT 2025-05-30T10:32:30-07:00: This may or may not be helpful, but the https://pygments.org/demo/ renders this example as expected.
