Bendix Düker
Bendix Düker
Hey @nesQuick, Incorporating this into an existing feature doesn't seem feasible to me, as they're all very specific. I do admit that for most use cases characters are counted including...
@davidlday I wrote the request with space characters and markdown in mind, but I don't need any whitespace to be counted. Thanks for looking into this!
@sdaza what works for me is adding `atom-text-editor.editor .syntax--meta.syntax--footnote.syntax--latex{ color: goldenrod }` to Atom's styles.less file. You can color all kinds of things that way.
It is simple, I need the class for highlighting the text within a quotation environment. Basically, I would like to see `\enquote` replace the quotation string environment that was already...