"editor.wordSeparators": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "variable.other.property",
"settings": {
"foreground": "#FF0000"
}
}
]
}, ... ... ... ... ... ...