highlightjs-func

0.3.1 • Public • Published

highlight.js syntax definition for FunC, Fift, and TL-B

test

Usage

If you're using webpack / rollup / browserify / node:

npm install highlightjs highlightjs-func
import hljs from 'highlight.js'
import hljsDefine from 'highlightjs-func'

hljsDefine(hljs)  // Installs all language definitions
// Now, do your thing!

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>

Useful links

Package Sidebar

Install

npm i highlightjs-func

Weekly Downloads

63

Version

0.3.1

License

MIT

Unpacked Size

28.5 kB

Total Files

14

Last publish

Collaborators

  • sobolevn