1.0.0 • Published 3 years ago

@jswork/hljs-constants v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.