1.0.0 • Published 10 months ago

prism-huff v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

highlightjs-huff

Huff syntax highlighting for highlight.js.

Installation

npm install highlightjs-huff

Please note that this package requires highlight.js as a peer dependency.

Usage

import hljs from 'highlight.js';
import huff from 'highlightjs-huff';

hljs.registerLanguage('huff', huff);
hljs.highlightAll();

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome. Please check the issues to see how you can help.