Huff syntax highlighting for react-syntax-highlighter.
Huff is a low level assembly language for the EVM. See documatation
npm install prismjs-huff
import { PrismLight } from 'react-syntax-highlighter';
import huff from 'prismjs-huff';
PrismLight.registerLanguage('huff', huff);
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.