UNPKG

highlight.js

Version:

Syntax highlighting with language autodetection.

12 lines 409 B
function emitWarning() { if (!emitWarning.warned) { emitWarning.warned = true; process.emitWarning( 'Using file extension in specifier is deprecated, use "highlight.js/lib/languages/actionscript" instead of "highlight.js/lib/languages/actionscript.js"', 'DeprecationWarning' ); } } emitWarning(); import lang from './actionscript.js'; export default lang;