UNPKG

@observablehq/highlight.js

Version:

Syntax highlighting with language autodetection.

16 lines (12 loc) 266 B
/* Language: plaintext Author: Egor Rogov (e.rogov@postgrespro.ru) Description: Plain text without any highlighting. */ define([], (...$requiredLanguages) => function(hljs) { return { disableAutodetect: true }; } )