1.1.1 • Published 6 months ago

prismjs-huff v1.1.1

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

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.

1.1.1

6 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago