"better-comments.tags": [
{
"tag": "!",
"color": "#F75000",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "?",
"color": "#9AFF02",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent"
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "*",
"color": "#F00078",
"strikethrough": false,
"backgroundColor": "transparent"
}
]