I’d like to target very specific scopes to show indent guides.
I’d expect something like this in config.cson
to let me only show indent guides in unordered lists within markdown grammar:
".md.text .list.unordered":
editor:
showIndentGuide: true
but it doesn’t. Is there a way to do this?