hedinne.popping-and-locking-vscode
by hedinne.Why is it that the color of the initial /*
of the block comment is not changed when I override editor.tokenColorCustomizations
> comment
?
Windows: Ctrl + K + U. Mac: Command + K + U.
How to use it. Using the extension is very straightforward. Some special characters are just needed to be prepended after the comment symbol (ex: // for javascript) and before the actual comment itself.
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "punctuation.definition.comment",
"settings": {
"foreground": "#33f"
}
}
]
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With