This appears to be a JSON5 file. Probably it has the .json file extension, so it is highlighted with the JSON syntax highlighter, which treats unquoted keys as a syntax error. More recent versions of Notepad++ have a JSON5 syntax highlighter, available under Language->J->JSON5 from the Notepad++ main menu. If the JSON5 syntax highlighter isn’t available, you can just change the language preference to None (Normal Text).
EDIT: even in the most recent version of Notepad++, the JSON5 syntax highlighter still doesn’t properly parse unquoted keys in objects, so you should just change your Language to None (Normal Text).
You may also find the JsonTools plugin useful for working with JSON or JSON5. If you pretty-print a JSON5 file with JsonTools, it will convert it to JSON, and then the syntax highlighting will work correctly (but you won’t have unquoted keys anymore).