Hey there, was just wondering if there’s any way to assign a CSS class to a text marker? So given an EditorView one could identify a piece of text and color it differently.
Similar to what is being done in the Atom Color Highlight package at https://github.com/abe33/atom-color-highlight . But that appears to make a view that sits behind the text, and therefore cant modify the text color itself.
Thanks!