UNPKG
@observablehq/highlight.js
Version:
alpha (2.0.0-alpha.3)
latest (2.0.0)
2.0.0
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
1.1.1
1.1.0
1.1.0-rc3
1.1.0-rc2
1.1.0-rc1
1.0.0
Syntax highlighting with language autodetection.
highlightjs.org
highlightjs/highlight.js
@observablehq/highlight.js
/
async-languages
/
plaintext.js
16 lines
(12 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Language: plaintext Author: Egor Rogov (e.rogov@postgrespro.ru) Description: Plain text without any highlighting. */
define
([],
(
...$requiredLanguages
) =>
function
(
hljs
) {
return
{
disableAutodetect
:
true
}; } )