wooorm / refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

highlighting specific lines

timsuchanek opened this issue · comments

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

commented

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

You can work with the AST though?

commented

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

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