file_viewer_page.js

← Back to explorer
static/js/file_viewer_page.js
document.addEventListener("DOMContentLoaded", () => {
  if (typeof hljs === "undefined") return;

  hljs.highlightAll();

  if (typeof hljs.initLineNumbersOnLoad === "function") {
    hljs.initLineNumbersOnLoad();
  }
});