Skip to content

Instantly share code, notes, and snippets.

@edujr1
Last active May 20, 2019 12:49
Show Gist options
  • Save edujr1/54bbb5a4ae51a2b14c51a4fb2eb9b477 to your computer and use it in GitHub Desktop.
Save edujr1/54bbb5a4ae51a2b14c51a4fb2eb9b477 to your computer and use it in GitHub Desktop.
Novos campos de anotação para o plugin TODO Highlights VS Code
{
"todohighlight.keywords": [
{
"text": "TODO:",
"color": "BLACK",
},
{
"text": "FIXME:",
"color": "BLACK",
},
{
"text": "NOTE:",
"color": "BLACK",
"backgroundColor": "WHITE",
},
{
"text": "OPTIMIZE:",
"color": "white",
"backgroundColor": "DARKBLUE",
},
{
"text": "DEBUG:",
"color": "white",
"backgroundColor": "RED",
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment