luminaxster / syntax-highlighter

An extensible library to highlight (and comment) JSX syntax in the Monaco Editor using Babel. It exposes its AST, so you can add your own syntax-based or custom highlights.
https://luminaxster.github.io/syntax-highlighter/
MIT License
30 stars 4 forks source link

docs: fix quick start docs, it should use 'parse', instead of 'babel' #11

Closed Joeoeoe closed 2 years ago

Joeoeoe commented 2 years ago

A wonderful package! It solve my prolem!

When I use it, I found the docs error in quick start. Has fixed it

luminaxster commented 2 years ago

Thank you!