For more about Func
, see https://ton.org/docs
For more about highlight.js
, see https://highlightjs.org/
If you're not using a build system and just want to embed this in your webpage:
<script type="text/javascript" src="/path/to/highlight.min.js"></script>
<script type="text/javascript" src="/path/to/func.min.js"></script>
<script type="text/javascript">
hljs.highlightAll();
</script>