UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

73 lines (72 loc) 4.42 kB
export { default as a11yDark } from './styles/a11y-dark'; export { default as a11yLight } from './styles/a11y-light'; export { default as agate } from './styles/agate'; export { default as anOldHope } from './styles/an-old-hope'; export { default as androidstudio } from './styles/androidstudio'; export { default as arduinoLight } from './styles/arduino-light'; export { default as arta } from './styles/arta'; export { default as ascetic } from './styles/ascetic'; export { default as atomOneDarkReasonable } from './styles/atom-one-dark-reasonable'; export { default as atomOneDark } from './styles/atom-one-dark'; export { default as atomOneLight } from './styles/atom-one-light'; export { default as brownPaper } from './styles/brown-paper'; export { default as codepenEmbed } from './styles/codepen-embed'; export { default as colorBrewer } from './styles/color-brewer'; export { default as dark } from './styles/dark'; export { default as defaultStyle } from './styles/default-style'; export { default as devibeans } from './styles/devibeans'; export { default as docco } from './styles/docco'; export { default as far } from './styles/far'; export { default as felipec } from './styles/felipec'; export { default as foundation } from './styles/foundation'; export { default as githubDarkDimmed } from './styles/github-dark-dimmed'; export { default as githubDark } from './styles/github-dark'; export { default as github } from './styles/github'; export { default as gml } from './styles/gml'; export { default as googlecode } from './styles/googlecode'; export { default as gradientDark } from './styles/gradient-dark'; export { default as gradientLight } from './styles/gradient-light'; export { default as grayscale } from './styles/grayscale'; export { default as hybrid } from './styles/hybrid'; export { default as idea } from './styles/idea'; export { default as intellijLight } from './styles/intellij-light'; export { default as irBlack } from './styles/ir-black'; export { default as isblEditorDark } from './styles/isbl-editor-dark'; export { default as isblEditorLight } from './styles/isbl-editor-light'; export { default as kimbieDark } from './styles/kimbie-dark'; export { default as kimbieLight } from './styles/kimbie-light'; export { default as lightfair } from './styles/lightfair'; export { default as lioshi } from './styles/lioshi'; export { default as magula } from './styles/magula'; export { default as monoBlue } from './styles/mono-blue'; export { default as monokaiSublime } from './styles/monokai-sublime'; export { default as monokai } from './styles/monokai'; export { default as nightOwl } from './styles/night-owl'; export { default as nnfxDark } from './styles/nnfx-dark'; export { default as nnfxLight } from './styles/nnfx-light'; export { default as nord } from './styles/nord'; export { default as obsidian } from './styles/obsidian'; export { default as pandaSyntaxDark } from './styles/panda-syntax-dark'; export { default as pandaSyntaxLight } from './styles/panda-syntax-light'; export { default as paraisoDark } from './styles/paraiso-dark'; export { default as paraisoLight } from './styles/paraiso-light'; export { default as pojoaque } from './styles/pojoaque'; export { default as purebasic } from './styles/purebasic'; export { default as qtcreatorDark } from './styles/qtcreator-dark'; export { default as qtcreatorLight } from './styles/qtcreator-light'; export { default as rainbow } from './styles/rainbow'; export { default as routeros } from './styles/routeros'; export { default as schoolBook } from './styles/school-book'; export { default as shadesOfPurple } from './styles/shades-of-purple'; export { default as srcery } from './styles/srcery'; export { default as stackoverflowDark } from './styles/stackoverflow-dark'; export { default as stackoverflowLight } from './styles/stackoverflow-light'; export { default as sunburst } from './styles/sunburst'; export { default as tokyoNightDark } from './styles/tokyo-night-dark'; export { default as tokyoNightLight } from './styles/tokyo-night-light'; export { default as tomorrowNightBlue } from './styles/tomorrow-night-blue'; export { default as tomorrowNightBright } from './styles/tomorrow-night-bright'; export { default as vs } from './styles/vs'; export { default as vs2015 } from './styles/vs2015'; export { default as xcode } from './styles/xcode'; export { default as xt256 } from './styles/xt256';