2020-04-24 23:36:52 +00:00
|
|
|
/* This file is NOT part of highlight.js */
|
2024-01-02 11:29:13 +00:00
|
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
|
|
document.querySelectorAll('.programlisting, .screen').forEach((element) => {
|
|
|
|
hljs.highlightElement(element);
|
|
|
|
});
|
|
|
|
});
|