Closed zigarn closed 5 years ago
Is there a way to avoid the need to explicitly add all the necessary languages?
Looks like #243 may be an option to set languages support in trainings.
How can I test this evolution? 🤔
How can I test this evolution? 🤔
git clone --branch prism-yaml git@github.com:Zenika/zenika-formation-framework.git
cd zenika-formation-framework
docker build --tag zenika/formation-framework:v3 .
cd /path/to/formation-kubernetes-user
./run.sh dev
And you should now see syntax highlighting on YAML snippets.
Thanks for this PR 👍 To answer your question, there is an autoloader plugin to prism to load languages when necessary. Worth to try in another PR 😄
Because it's (a bit) nicer when it's highlighted. Now I understand why it wasn't nice in Kubernetes trainings.
Is there a way to avoid the need to explicitly add all the necessary languages?