source:
node_modules/react-syntax-highlighter/src/light.js@
65b6638
Last change on this file since 65b6638 was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 230 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | import highlight from './highlight'; |
2 | import lowlight from 'lowlight/lib/core'; | |
3 | ||
4 | const SyntaxHighlighter = highlight(lowlight, {}); | |
5 | SyntaxHighlighter.registerLanguage = lowlight.registerLanguage; | |
6 | ||
7 | export default SyntaxHighlighter; |
Note:
See TracBrowser
for help on using the repository browser.