0.3.1 • Published 3 years ago
highlightjs-func v0.3.1
highlight.js syntax definition for FunC
For more about Func, see https://ton.org/docs
For more about highlight.js, see https://highlightjs.org/
Usage
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>