Bertrand
Bertrand
I guess you'd need to create a custom highlight JS mode https://github.com/git-touch/highlight.dart It's already available, go check out the `custom_code_box` in the examples!
No plan for formatting yet, though it would be really cool! Feel free to experiment if you have ideas!
I just added the option in 1.0.1-1. Let m know if that works!
I'll take a look at it
I don't think it's easy with the current way things are setup. We'd basically need to move towards a scrolling list of textFields, which I think would make sense as...
Do you need to focus in readonly mode?
Yep, we could also perform local highlighting, since most of the time local changes don't affect the rest of the document!
Yep that's not desirable!
Thanks the the feedback! I don't really have much of a roadmap yet, besides maybe putting some work on the documentation, and adding typescript support down the line. Feel free...
You're right, I'll do it!