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, 0 insertions, 3 deletions
diff --git a/compat/lustre_animation/run_highlight.js b/compat/lustre_animation/run_highlight.js
deleted file mode 100644
index d73c817..0000000
--- a/compat/lustre_animation/run_highlight.js
+++ /dev/null
@@ -1,3 +0,0 @@
-document.querySelectorAll('code').forEach((el) => {
- hljs.highlightElement(el);
-});