Thanks for this awesome package.
Currently, though I've only initialized Dart language to highlight, but in build file every supported language are bundled.
// Initialize the highlighter.
await Highlighter.initialize(['dart']);
Is there any way similar to 'Font file Tree shaken" where unused language/grammer won't bundled in build file?