Closed snprajwal closed 1 year ago
Fixes #924
Implementing this led me to discover a bug, although I don't know if it has already been reported - initialising AAs with inlined structs will not parse:
immutable Theme[string] themes = [ "gruvbox": { "#000000", "#ffffff", ... } ];
This errors out during lexing, with a pretty long list of errors.
Fixes #924
Implementing this led me to discover a bug, although I don't know if it has already been reported - initialising AAs with inlined structs will not parse:
This errors out during lexing, with a pretty long list of errors.