Cairo syntax highlighting for prism.js
npm install prismjs-cairoprismjs-cairoCairo syntax highlighting for react-syntax-highlighter and refractor.
``bash`
npm install prismjs-cairo
`javascript
import { PrismLight } from 'react-syntax-highlighter';
import cairo from 'prismjs-cairo';
PrismLight.registerLanguage('cairo', cairo);
``
orjavascript
import { refractor } from 'refractor'
import cairo from 'prismjs-cairo'
refractor.register(cairo)
``
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.