Windows 10 version 1703
VSCode version 1.17.0
cpptools version 0.14.0
% is highlighting red in a format string (I understand this to indicate an invalid format specifier) when it is followed by '[', which is valid. For example: fscanf(file, "%[^','],%s", word1, word2)