react-syntax-highlighter
Version:
syntax highlighting component for react with prismjs or highlightjs ast using inline styles
97 lines • 5.87 kB
JavaScript
export { default as a11yDark } from "./a11y-dark.js";
export { default as a11yLight } from "./a11y-light.js";
export { default as agate } from "./agate.js";
export { default as anOldHope } from "./an-old-hope.js";
export { default as androidstudio } from "./androidstudio.js";
export { default as arduinoLight } from "./arduino-light.js";
export { default as arta } from "./arta.js";
export { default as ascetic } from "./ascetic.js";
export { default as atelierCaveDark } from "./atelier-cave-dark.js";
export { default as atelierCaveLight } from "./atelier-cave-light.js";
export { default as atelierDuneDark } from "./atelier-dune-dark.js";
export { default as atelierDuneLight } from "./atelier-dune-light.js";
export { default as atelierEstuaryDark } from "./atelier-estuary-dark.js";
export { default as atelierEstuaryLight } from "./atelier-estuary-light.js";
export { default as atelierForestDark } from "./atelier-forest-dark.js";
export { default as atelierForestLight } from "./atelier-forest-light.js";
export { default as atelierHeathDark } from "./atelier-heath-dark.js";
export { default as atelierHeathLight } from "./atelier-heath-light.js";
export { default as atelierLakesideDark } from "./atelier-lakeside-dark.js";
export { default as atelierLakesideLight } from "./atelier-lakeside-light.js";
export { default as atelierPlateauDark } from "./atelier-plateau-dark.js";
export { default as atelierPlateauLight } from "./atelier-plateau-light.js";
export { default as atelierSavannaDark } from "./atelier-savanna-dark.js";
export { default as atelierSavannaLight } from "./atelier-savanna-light.js";
export { default as atelierSeasideDark } from "./atelier-seaside-dark.js";
export { default as atelierSeasideLight } from "./atelier-seaside-light.js";
export { default as atelierSulphurpoolDark } from "./atelier-sulphurpool-dark.js";
export { default as atelierSulphurpoolLight } from "./atelier-sulphurpool-light.js";
export { default as atomOneDarkReasonable } from "./atom-one-dark-reasonable.js";
export { default as atomOneDark } from "./atom-one-dark.js";
export { default as atomOneLight } from "./atom-one-light.js";
export { default as brownPaper } from "./brown-paper.js";
export { default as codepenEmbed } from "./codepen-embed.js";
export { default as colorBrewer } from "./color-brewer.js";
export { default as darcula } from "./darcula.js";
export { default as dark } from "./dark.js";
export { default as defaultStyle } from "./default-style.js";
export { default as docco } from "./docco.js";
export { default as dracula } from "./dracula.js";
export { default as far } from "./far.js";
export { default as foundation } from "./foundation.js";
export { default as githubGist } from "./github-gist.js";
export { default as github } from "./github.js";
export { default as gml } from "./gml.js";
export { default as googlecode } from "./googlecode.js";
export { default as gradientDark } from "./gradient-dark.js";
export { default as gradientLight } from "./gradient-light.js";
export { default as grayscale } from "./grayscale.js";
export { default as gruvboxDark } from "./gruvbox-dark.js";
export { default as gruvboxLight } from "./gruvbox-light.js";
export { default as hopscotch } from "./hopscotch.js";
export { default as hybrid } from "./hybrid.js";
export { default as idea } from "./idea.js";
export { default as irBlack } from "./ir-black.js";
export { default as isblEditorDark } from "./isbl-editor-dark.js";
export { default as isblEditorLight } from "./isbl-editor-light.js";
export { default as kimbieDark } from "./kimbie.dark.js";
export { default as kimbieLight } from "./kimbie.light.js";
export { default as lightfair } from "./lightfair.js";
export { default as lioshi } from "./lioshi.js";
export { default as magula } from "./magula.js";
export { default as monoBlue } from "./mono-blue.js";
export { default as monokaiSublime } from "./monokai-sublime.js";
export { default as monokai } from "./monokai.js";
export { default as nightOwl } from "./night-owl.js";
export { default as nnfxDark } from "./nnfx-dark.js";
export { default as nnfx } from "./nnfx.js";
export { default as nord } from "./nord.js";
export { default as obsidian } from "./obsidian.js";
export { default as ocean } from "./ocean.js";
export { default as paraisoDark } from "./paraiso-dark.js";
export { default as paraisoLight } from "./paraiso-light.js";
export { default as pojoaque } from "./pojoaque.js";
export { default as purebasic } from "./purebasic.js";
export { default as qtcreatorDark } from "./qtcreator_dark.js";
export { default as qtcreatorLight } from "./qtcreator_light.js";
export { default as railscasts } from "./railscasts.js";
export { default as rainbow } from "./rainbow.js";
export { default as routeros } from "./routeros.js";
export { default as schoolBook } from "./school-book.js";
export { default as shadesOfPurple } from "./shades-of-purple.js";
export { default as solarizedDark } from "./solarized-dark.js";
export { default as solarizedLight } from "./solarized-light.js";
export { default as srcery } from "./srcery.js";
export { default as stackoverflowDark } from "./stackoverflow-dark.js";
export { default as stackoverflowLight } from "./stackoverflow-light.js";
export { default as sunburst } from "./sunburst.js";
export { default as tomorrowNightBlue } from "./tomorrow-night-blue.js";
export { default as tomorrowNightBright } from "./tomorrow-night-bright.js";
export { default as tomorrowNightEighties } from "./tomorrow-night-eighties.js";
export { default as tomorrowNight } from "./tomorrow-night.js";
export { default as tomorrow } from "./tomorrow.js";
export { default as vs } from "./vs.js";
export { default as vs2015 } from "./vs2015.js";
export { default as xcode } from "./xcode.js";
export { default as xt256 } from "./xt256.js";
export { default as zenburn } from "./zenburn.js";