Skip to content

afeiship/hljs-constants

Repository files navigation

hljs-constants

Constants(style/language) for highlightjs

version license size download

installation

npm install @jswork/hljs-constants

usage

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",
  // ...
]

license

Code released under the MIT license.