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/perl" instead of "highlight.js/lib/languages/perl.js"', 'DeprecationWarning' ); } } emitWarning(); module.exports = require('./perl.js');