0.5.3 • Published 12 years ago

pygmentize v0.5.3

Weekly downloads
10
License
-
Repository
github
Last release
12 years ago

node-pygmentize

Syntax highlighting with pygmentize.

Requires the pygmentize command line tool from Pygments.

Use this if you have an html file with various blocks of code you want syntax highlighted.

If you're looking for a more generic wrapper around Pygments, see https://github.com/pksunkara/pygments.js

Limitations

Currently only works on html snippet files that only contain the contents of a body.

Getting Started

Install the module with: npm install pygmentize

var pygmentize = require( "pygmentize" );
pygmentize.file( filename, callback( err, data ) );

License

Copyright (c) 2012 Richard D. Worth Licensed under the MIT license.

0.5.3

12 years ago

0.5.2

12 years ago

0.5.1

12 years ago

0.5.0

12 years ago

0.4.0

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago