CS-Notes/docs/_style/prism-master/plugins/highlight-keywords/prism-highlight-keywords.min.js

1 line
191 B
JavaScript
Raw Normal View History

2018-12-19 14:09:39 +08:00
!function(){"undefined"!=typeof self&&!self.Prism||"undefined"!=typeof global&&!global.Prism||Prism.hooks.add("wrap",function(e){"keyword"===e.type&&e.classes.push("keyword-"+e.content)})}();