main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
332 bytes
|
Line | |
---|
1 | import highlight from './highlight';
|
---|
2 | import defaultStyle from './styles/prism/prism';
|
---|
3 | import refractor from 'refractor';
|
---|
4 | import supportedLanguages from './languages/prism/supported-languages';
|
---|
5 |
|
---|
6 | const highlighter = highlight(refractor, defaultStyle);
|
---|
7 | highlighter.supportedLanguages = supportedLanguages;
|
---|
8 |
|
---|
9 | export default highlighter;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.