Add support for .60 syntax highlighting in C++ docs

Relates to #281
This commit is contained in:
Simon Hausmann 2021-07-07 13:58:47 +02:00
parent 77898796da
commit 43d20dece9
2 changed files with 17 additions and 0 deletions

View file

@ -2,4 +2,5 @@
{% block scripts %}
{{ super() }}
{% include "../../../sixtyfps-rs/sixtyfps-docs-preview.html" %}
{% include "../sixtyfps-docs-highlight.html" %}
{% endblock %}