Within single-quote YAML strings, backslashes are not special. This means
ne (and joe) currently highlights this incorrectly:

'\' (a single backslash) is not the same as "\" (an incomplete double-quoted
string). Only ' is special inside single-quoted strings, by my understanding.
Within single-quote YAML strings, backslashes are not special. This means
ne (and joe) currently highlights this incorrectly:
'\'(a single backslash) is not the same as"\"(an incomplete double-quotedstring). Only
'is special inside single-quoted strings, by my understanding.