hexo/node_modules/highlight.js/es/languages/vhdl.js.js

11 lines
380 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
function emitWarning() {
if (!emitWarning.warned) {
emitWarning.warned = true;
console.log(
'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/vhdl" instead of "highlight.js/lib/languages/vhdl.js"'
);
}
}
emitWarning();
import lang from './vhdl.js';
2023-09-25 15:58:56 +08:00
export default lang;