(Originally posted at MikhailArkhipov/vscode-r/#25)
Specifically, when you have c("a", "b", ...) as a default function argument, the strings except for the first one are not coloured as text:

It only appears to happen when the c function is used; you can see that list doesn't have this problem.