Skip to content

Instantly share code, notes, and snippets.

@vladkrasovsky
Created August 23, 2022 06:58
Show Gist options
  • Save vladkrasovsky/1e2c28982e7d26eddd1785e97d1225fb to your computer and use it in GitHub Desktop.
Save vladkrasovsky/1e2c28982e7d26eddd1785e97d1225fb to your computer and use it in GitHub Desktop.
vscode comments highlighting
"editor.tokenColorCustomizations": {
"comments": "#697777",
"textMateRules": [
{
"scope": "punctuation.definition.comment",
"settings": {
"foreground": "#ffd700"
}
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment