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

1.1.1 • Public • Published

prismjs-huff

Huff syntax highlighting for react-syntax-highlighter.

Huff is a low level assembly language for the EVM. See documatation

Installation

npm install prismjs-huff

Usage

import { PrismLight } from 'react-syntax-highlighter';
import huff from 'prismjs-huff';

PrismLight.registerLanguage('huff', huff);

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 prismjs-huff

Weekly Downloads

109

Version

1.1.1

License

MIT

Unpacked Size

4.01 kB

Total Files

5

Last publish

Collaborators

  • appogee