aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_animation/run_highlight.js
blob: d73c817db110c7eae58a6113c2a10527e62d7cce (plain)
1
2
3
document.querySelectorAll('code').forEach((el) => {
  hljs.highlightElement(el);
});