UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

15 lines (9 loc) 262 B
// This file will highlight the passed code using the custom theme when run via: "node highlight-string" var cardinal = require('..'); var code = '' + function add (a, b) { var sum = a + b; return sum; } + ''; console.log(cardinal.highlight(code));