-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Description
Describe the problem to be solved
Redoc is a pretty common solution for API documentations when using Elixir. But Redoc itself doesn't support that language syntax highlighting.
Describe the solution you'd like
Prism already supports the language, so I believe that it only need to be imported to start working.
If the reason for not having all prism languages is because it would make the code bloated, then maybe there is a good way for the end user to add support for any language when needed?