Open
Description
I can't display trailing spaces in a Markdown file. Here are my prefs:
{
"keys": ["ctrl+shift+."],
"command": "delete_trailing_spaces",
"scope_ignore": ["text.find-in-files", "source.build_output", "source.diff"],
"highlight_color": "",
}
Whenever I reset the Toggle Trailing Spaces Highlighting option, highlight_color gets set back to ""
, no matter what I put in there before - region.reddish
, error
, invalid.illegal
, a hex, or yellow
. I can't figure out why this is happening, but I can't see highlighted final spaces on markdown at all.
Thank you for your work.