repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
ieda: init at 0-unstable-2024-10-11 (#338769)
[NixPkgs.git]
/
pkgs
/
misc
/
documentation-highlighter
/
loader.js
blob
cf0fdac574ddad4de41fd7c1a4a4fe030d2cc839
1
/* This file is NOT part of highlight.js */
2
document.addEventListener('DOMContentLoaded', (event) => {
3
document.querySelectorAll('.programlisting, .screen').forEach((element) => {
4
hljs.highlightElement(element);
5
});
6
});