To ensure 100% correct behaviour, it is recommended to add the following to your settings.json:
{
// This ensures that string interpolation delimiters look right
"editor.bracketPairColorization.enabled": false,
// This ensures that variables do not look similar to comments
"editor.showUnused": false
}