Huff syntax highlighting for highlight.js.
npm install highlightjs-huff
Please note that this package requires
highlight.js
as a peer dependency.
import hljs from 'highlight.js';
import huff from 'highlightjs-huff';
hljs.registerLanguage('huff', huff);
hljs.highlightAll();
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome. Please check the issues to see how you can help.