Given this code: ``` echo 'Select the people whose favorites you\'d like to see.'; ``` The apostrophe in "you'd", although backslash escaped, is closing the string (leaving everything else afterward identified as `keyword.constant.other`).