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
Previously we were fontifying things like selectors and binary
expressions in composite literals. For example, we fontified "baz" in:
foo{
bar.baz: 123,
bar + baz: 123,
}
Now we are more careful to only fontify composite literal key
identifiers preceded by "," or "{".
Closes: #337 [via git-merge-pr]
0 commit comments