highlightjs-func
v0.3.1
Published
highlight.js syntax definition for TON's FunC language
Downloads
410
Maintainers
Readme
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>