vs code multiple lines comment color change
xxxxxxxxxx
"editor.tokenColorCustomizations": {
"textMateRules": [{
"scope": "comment.block",
"settings": {
"foreground": "#0000"
}
},
{
"scope": "comment.line",
"settings": {
"foreground": "#0000FF"
}
}],
}