wooorm / refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism
MIT License
722 stars 33 forks source link

highlighting specific lines #3

Closed timsuchanek closed 7 years ago

timsuchanek commented 7 years ago

Hey, how would you highlight specific lines with refractor? Would you use the prism.js plugin for that? Thanks!

wooorm commented 7 years ago

I don’t know! Prism plugins probably won’t work.

You can work with the AST though?

wooorm commented 7 years ago

Let me know by commenting below if you’d still like to discuss this further.

karlhorky commented 4 years ago

For anyone looking for this for either refractor or lowlight, Conor Hastings did an implementation of this for these libraries in react-syntax-highlighter: