We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
If you look under node_modules/prismjs in your project, the prismjs already bundles everything you need with it.
node_modules/prismjs
So you can just import what you want...
import 'prismjs' import 'prismjs/components/prism-json' import 'prismjs/components/prism-bash' import 'prismjs/plugins/toolbar/prism-toolbar.css' import 'prismjs/plugins/toolbar/prism-toolbar' import 'prismjs/plugins/copy-to-clipboard/prism-copy-to-clipboard' import 'prismjs/themes/prism-okaidia.css'
Sorry, something went wrong.
Hi, @xLink
Did you managed to use https://prismjs.com/plugins/file-highlight/
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: