source:
node_modules/react-syntax-highlighter/src/light.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 230 bytes |
Line | |
---|---|
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.