babel-plugin-prismjs
babel-plugin-prismjs copied to clipboard
Added support for custom and prism-themes themes
The babel plugin should support prism-themes themes and custom themes.
See PrismJS/prism-themes#149.
So, is there a way to specify a theme from prism-themes
in .babelrc
? If not, what's the recommended way of using a theme from prism-themes
while keeping the rest of the cofiguration in the .babelrc
file?