Constants(style/language) for highlightjs
npm install @jswork/hljs-constants
import { styles, languages } from '@jswork/hljs-constants';
// styles
[
"a11y-dark",
"a11y-light",
"agate",
"an-old-hope",
"androidstudio",
"arduino-light",
"arta",
// ....
]
// languages
[
"1c",
"abnf",
"accesslog",
"actionscript",
"ada",
"angelscript",
"apache",
"applescript",
// ...
]
Code released under the MIT license.