0.1.2 • Published 6 years ago

node-prismjs v0.1.2

Weekly downloads
7,677
License
MIT
Repository
github
Last release
6 years ago

node-prismjs

npm package NPM downloads Dependency Status

An adapter which make it easier to use Prism in Node.js.

Usage

Installation:

npm install --save node-prismjs

In Node.js

const Prism = require('node-prismjs');
function highlight(lang, sourceCode) {
  const language = Prism.languages[lang] || Prism.languages.autoit;
  return Prism.highlight(sourceCode, language);
}

License

MIT

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

8 years ago

0.1.0-beta.0

8 years ago