aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_animation/run_highlight.js
diff options
context:
space:
mode:
Diffstat (limited to 'compat/lustre_animation/run_highlight.js')
-rw-r--r--compat/lustre_animation/run_highlight.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/lustre_animation/run_highlight.js b/compat/lustre_animation/run_highlight.js
new file mode 100644
index 0000000..d73c817
--- /dev/null
+++ b/compat/lustre_animation/run_highlight.js
@@ -0,0 +1,3 @@
+document.querySelectorAll('code').forEach((el) => {
+ hljs.highlightElement(el);
+});