JSPM

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

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

Package Exports

  • simple-syntax-highlighter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simple-syntax-highlighter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Simple Syntax Highlighter

Latest Version on NPM Software License npm

A basic syntax highlighter for Vue.js, supports multiple coding languages, read only. What I use in all my libs documentations. ;)


Installation

npm i --S simple-syntax-highlighter

Demo & Documentation

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


Browser Support

Chrome Firefox Safari Opera Edge IE
Latest ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔ 10+ ✔

Donating

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

paypal 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