In vim, I can do :set listchars=...
that will show tabs as a particular character. Is this possible to do in codemirror?
See screenshot
In vim, I can do :set listchars=...
that will show tabs as a particular character. Is this possible to do in codemirror?
See screenshot
I don’t know what listchars
does, exactly, but you might be looking for highlightWhitespace
or indentation markers.