This commit is contained in:
NotAShelf 2025-10-22 05:54:35 +00:00
commit 0ecef7fa68
192 changed files with 0 additions and 904054 deletions

View file

@ -1,6 +0,0 @@
/* This file is NOT part of highlight.js */
document.addEventListener('DOMContentLoaded', (event) => {
document.querySelectorAll('.programlisting, .screen').forEach((element) => {
hljs.highlightElement(element);
});
});