I want to have a option via settings.php / compose file to include more highlight.js custom languages on demand.
we can add custom languages by adding them in the index.php
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/go.min.js"></script>
I want to have a option via settings.php / compose file to include more highlight.js custom languages on demand.
we can add custom languages by adding them in the index.php