vue-snippet
Insert text snippet with highlighting and Prismjs
Installation
$ npm i vue-snippet --save
;;Vue;
.verde { color:green }
Avaible props
Prop | Type | Default | Description |
---|---|---|---|
lang | String | Language of programming (example: javascript, php) | |
code | String | Text with the code |
Languages supported
http://prismjs.com/#languages-list
Contributing
- Fork it ( https://github.com/mrignacio1231/vue-snippet/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- mrignacio1231 Ignacio Del Nardo - creator, maintainer