-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
[Feature Request] Option to use custom highlighters #60
Comments
It is not recommended to do this, it will cause a huge volume of bundle. Code highlighting is integrated by default for convenience. But it can be extracted and customized. |
jaywcjlove
added a commit
that referenced
this issue
Mar 12, 2022
@kimyoonduk Added
|
Thank you so much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I came over from https://github.com/satya164/react-simple-code-editor/.
My use case involves highlighting certain words using a custom function.
The highlighting in this version seems to be abstracted so that only language inputs to prism are allowed.
Would it be possible to add an option to use a custom highlighter?
The text was updated successfully, but these errors were encountered: