Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 466 Bytes

README.CDN.md

File metadata and controls

16 lines (12 loc) · 466 Bytes

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>