`echo "\\"` highlights the backslashes in cyan (`back-double-quoted-argument`), but `echo \\` doesn't. Should it? Another example: `echo foo = \"bar\" > foo.ini`
echo "\\"highlights the backslashes in cyan (back-double-quoted-argument), butecho \\doesn't. Should it?Another example:
echo foo = \"bar\" > foo.ini