Skip to content

Instantly share code, notes, and snippets.

@thetutlage
Last active January 27, 2019 08:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetutlage/358b4de5aad076a801d56e4311f15de4 to your computer and use it in GitHub Desktop.
Save thetutlage/358b4de5aad076a801d56e4311f15de4 to your computer and use it in GitHub Desktop.
VsCode keep code comment tokens in all grey
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "storage.type.class.jsdoc, punctuation.definition.block.tag.jsdoc, punctuation.definition.bracket.curly.begin.jsdoc, punctuation.definition.bracket.curly.end.jsdoc,variable.other.jsdoc",
"settings": {
"foreground": "#65737eff",
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment