prism-huff
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i prism-huff

Weekly Downloads

9

Version

1.0.0

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • appogee