observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
967 stars 83 forks source link

Polyglot highlight.js support #88

Closed tmcw closed 5 years ago

tmcw commented 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.

tmcw commented 5 years ago

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.