it's quite easy.
- first including the highlight.js file, and then including this byeol grammar file.
- the byeol grammar files are available on the release page.
grab the latest one. - and byeol grammar file was titled to 'byeol'.
so if you want to highlight byeol codes explicitly, write 'language-byeol' for 'class' attribute for 'code' tag. - for more info, please check Highlight.js documents.
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="highlightjs-byeol.js"></script>
<pre><code class="language-byeol">
# your codes here...
</code></pre>- Byeol programming language and github project.
- official site for the Highlight.js and its github project.