Skip to content

nunoplima/prismjs-cairo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prismjs-cairo

Cairo syntax highlighting for react-syntax-highlighter and refractor.

Installation

npm install prismjs-cairo

Usage

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

PrismLight.registerLanguage('cairo', cairo);

or

import { refractor } from 'refractor'
import cairo from 'prismjs-cairo'

refractor.register(cairo)

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published