You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn’t support language aliases, only the language names used in the filename (e.g. bash, but not shell or sh, since the file is called prism-bash.js)
You might want to link it (or a fork you control) from the readme.
The text was updated successfully, but these errors were encountered:
I wrote an example component able to lazy load languages to avoid bundling everything: https://codesandbox.io/s/lazy-load-prism-react-renderer-2g7qhh
Doesn’t support language aliases, only the language names used in the filename (e.g.
bash
, but notshell
orsh
, since the file is calledprism-bash.js
)You might want to link it (or a fork you control) from the readme.
The text was updated successfully, but these errors were encountered: