An open API service indexing awesome lists of open source software.

https://github.com/highlightjs/highlightjs-func

Highlight.js grammar for FunC
https://github.com/highlightjs/highlightjs-func

Last synced: 2 months ago
JSON representation

Highlight.js grammar for FunC

Awesome Lists containing this project

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:

```html

hljs.highlightAll();

```