Sha256: 9b145e6ad5e7a94889f27bcf88910e16dfdf07eb9db4ce8ac424b0f8644ef65e
Contents?: true
Size: 249 Bytes
Versions: 69
Compression:
Stored size: 249 Bytes
Contents
// This file will highlight the passed code using the custom theme when run via: "node highlight-json" var cardinal = require('..'); var json = JSON.stringify({ foo: 'bar', baz: 'quux' }); console.log(cardinal.highlight(json, {json: true}));
Version data entries
69 entries across 69 versions & 2 rubygems