Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(highlight): support multiple themes #925

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

snprajwal
Copy link
Contributor

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.

@WebFreak001 WebFreak001 merged commit 159e9c9 into dlang-community:master Sep 24, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support additional themes for HTML highlighting
2 participants