ansi-highlight

1.0.2 • Public • Published

ansi-highlight

highlight javascript in the terminal

example

var highlight = require('ansi-highlight')
var js = require('fs').readFileSync(__filename, 'utf8')
console.log(highlight(js))

see also

ansi-highlight uses regular expressions to tokenize javascript. this is very fast and simple, but is incorrect is a few weird edgecases. If need something to be completely correct, use cardinal which uses esprima to parse the javascript.

License

MIT

/ansi-highlight/

    Package Sidebar

    Install

    npm i ansi-highlight

    Weekly Downloads

    6

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • nopersonsmodules