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
- Host: GitHub
- URL: https://github.com/highlightjs/highlightjs-func
- Owner: highlightjs
- License: mit
- Created: 2022-09-22T11:31:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T14:35:59.000Z (over 2 years ago)
- Last Synced: 2025-04-04T09:12:59.132Z (3 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.CDN.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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();
```