This directory includes static sources used by the Dart documentation generator through the dart doc
command.
To learn more about generating and viewing the generated documentation, check out the dart doc
documentation.
License: https://github.com/highlightjs/highlight.js/blob/main/LICENSE
var selected = [ 'bash', 'c', 'css', 'dart', 'diff', 'java', 'javascript', 'json', 'kotlin', 'markdown', 'objectivec', 'plaintext', 'shell', 'swift', 'xml', // also includes html 'yaml', ]; document.querySelectorAll('input[type=checkbox]').forEach(function (elem) {elem.checked = selected.includes(elem.value);});