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