From 92e8596b78982885803994b50c6b35f73f7a403e Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 19 Sep 2023 23:40:03 +0100 Subject: :recycle: So long monorepo. --- compat/lustre_animation/run_highlight.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 compat/lustre_animation/run_highlight.js (limited to 'compat/lustre_animation/run_highlight.js') 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); -}); -- cgit v1.2.3