astro-ghostcms/.pnpm-store/v3/files/d5/68860fa86ccbda12e4cc640cefe...

15 lines
214 B
Plaintext

(function () {
if (typeof Prism === 'undefined') {
return;
}
Prism.hooks.add('wrap', function (env) {
if (env.type !== 'keyword') {
return;
}
env.classes.push('keyword-' + env.content);
});
}());