You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there an existing issue for this?
Describe the bug
A simple example...
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
https://swapoff.org/chroma/playground/#eyJsYW5ndWFnZSI6IkdyYXBoUUwiLCJzdHlsZSI6Im1vbm9rYWlsaWdodCIsInRleHQiOiJxdWVyeSB7XG4gIGFcbiAgYlxufVxuIiwiY2xhc3NlcyI6ZmFsc2V9
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.