Using higlightjs syntax plugins with joplin

Hi, some languages are not supported by highlightjs by default and require a highlightjs plugin, for example terraform or sparql. Would it be possible to optionally load these plugins with Joplin? Would this be core functionality or could it be implemented as a joplin plugin?

I can't post a link, but the list of languages supported by core higlightjs and plugins is in the highlightjs docs under Supported Languages.

Hello,

If there's a substantial demand for supporting additional languages, integrating it directly into the core functionality might be more efficient. This would ensure that all users have access to the feature without needing to install additional plugins.
Alternatively, implementing it as a plugin could provide more flexibility for users who only require specific language support. Users can choose to install the plugins they need, keeping the core application lightweight.