UNPKG

highlight.js

Version:

Syntax highlighting with language autodetection.

11 lines 369 B
function emitWarning() { if (!emitWarning.warned) { emitWarning.warned = true; process.emitWarning( 'Using file extension in specifier is deprecated, use "highlight.js/lib/languages/n1ql" instead of "highlight.js/lib/languages/n1ql.js"', 'DeprecationWarning' ); } } emitWarning(); module.exports = require('./n1ql.js');