Simple Syntax Highlighter
![npm](https://img.shields.io/npm/dt/simple-syntax-highlighter.svg)
A very lightweight syntax highlighter (not an editor) for Vue.js, supports Vue 3 and multiple coding languages.
What I use in all my libs documentations. ;)
Installation
npm i simple-syntax-highlighter
Vue 3
npm i simple-syntax-highlighter@next
Demo & Documentation
https://antoniandre.github.io/simple-syntax-highlighter
Browser Support
![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) |
---|
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 10+ ✔ |
Donating
If you like this library, you can buy me a beer!
Thank you!
Contributing
If you have any idea, feel free to open an issue to discuss a new feature or fork Simple Syntax Highlighter and submit your changes back to me.
Release Notes
- Version 1.4.0 Added Pug language support
- Version 1.3.0 Added the
copy-button
option - Version 1.2.0 Added the
dark
option - Version 1.1.0 Added the
reactive
option - Version 1.0.0 First public release