highlightjs-func
Version:
highlight.js syntax definition for TON's FunC language
17 lines (12 loc) • 466 B
Markdown
# `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:
```html
<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>
```