Sha256: 5db7fdab1d56dab30fca07eb47d26f72cd8f845d26968f87077dd9be70bd54d1
Contents?: true
Size: 262 Bytes
Versions: 72
Compression:
Stored size: 262 Bytes
Contents
// 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));
Version data entries
72 entries across 72 versions & 3 rubygems