index
:
lustre
main
gleam lustre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
/
lustre_animation
/
run_highlight.js
blob: d73c817db110c7eae58a6113c2a10527e62d7cce (
plain
)
1
2
3
document
.
querySelectorAll
(
'code'
).
forEach
((
el
)
=>
{
hljs
.
highlightElement
(
el
);
});