UNPKG

highlight.js

Version:

Syntax highlighting with language autodetection.

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