Closed
Description
Describe the issue/behaviour
Currently the 3rd party grammars are not delivered with the highlight.js. Is it possible to still add these in the deliverables so that any 3rd party grammars get delivered as well.
Expected behavior
The 3rd party grammars are delivered in the release (along with the main grammars)
Additional context
A way could be to add all 3rd party grammars as submodules in the extra/
-folder, optionally just in the release pipeline. When running node ./tools/build.js -t browser
, any 3rd party grammars get included.