First of all, thank you for this repo with many handy and out-of-the-box features.
Prism supports a lot more languages than what has been defined in ./src/components/generate-prism-languages/index.ts.
A full list can be found through this discussion at this page.
For my use case, I want to cite code blocks written in c#.
Why not add a lazy-load mechanism to dynamically load the provided language, or expose a setting to specify which languages are imported as extra components of PrismJS?
Support for more language types would be greatly appreciated. Thanks in advance.
First of all, thank you for this repo with many handy and out-of-the-box features.
Prism supports a lot more languages than what has been defined in
./src/components/generate-prism-languages/index.ts.A full list can be found through this discussion at this page.
For my use case, I want to cite code blocks written in c#.
Why not add a lazy-load mechanism to dynamically load the provided language, or expose a setting to specify which languages are imported as extra components of PrismJS?
Support for more language types would be greatly appreciated. Thanks in advance.