JSPM

  • Created
  • Published
  • Downloads 3432
  • Score
    100M100P100Q123022F
  • License MIT

A Vue.js syntax highlighter that reads the source code you provide and highlights it, for Humans.

Package Exports

  • simple-syntax-highlighter
  • simple-syntax-highlighter/dist/sshpre.cjs.js
  • simple-syntax-highlighter/dist/sshpre.css
  • simple-syntax-highlighter/dist/sshpre.es.js
  • simple-syntax-highlighter/dist/sshpre.umd.js
  • simple-syntax-highlighter/package.json

Readme

Simple Syntax Highlighter

Latest Version on NPM Software License npm

A very lightweight and easy to use syntax highlighter (not an editor) for Vue 3 and 2. Multiple coding languages supported. What I use in all my libs documentations. ;)


Installation

npm i simple-syntax-highlighter

Vue 2 (legacy)

npm i simple-syntax-highlighter@legacy

Demo & Documentation

https://antoniandre.github.io/simple-syntax-highlighter


Browser Support

Chrome Firefox Safari Opera Edge
Latest ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Donating

If you like this library, you can buy me a beer or become a sponsor!

paypal Thank you!

If you are using this library for profit business, please consider backing me! It ensures that the project your products rely on keep being actively maintained. :)


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 2.0.0 Vue 3 build
  • Version 1.5.0 Removed support for IE - it's finally over. 🎉
  • 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