Is there a way to add plugins to the plugin configuration? using the function init() ```javascript // init callback lets you customize Prism init: function({ Prism }) { Prism.languages.myCustomLanguage = /* */; }, ```