Closed tmcw closed 5 years ago
Downstream of https://github.com/observablehq/highlight.js/pull/2 and upstream of notebook-runtime, this adds the ability to highlight any of highlight.js's many highlightable languages without loading them all in off the bat.
Simplified this branch a bit by undoing the usage of async and import - it no longer changes the language subset we're using in this project.
async
import
Downstream of https://github.com/observablehq/highlight.js/pull/2 and upstream of notebook-runtime, this adds the ability to highlight any of highlight.js's many highlightable languages without loading them all in off the bat.