Skip to content

Instantly share code, notes, and snippets.

@MattMcAdams
Last active April 24, 2022 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattMcAdams/7cfbf8b560bba93e6c1f52341a7540ce to your computer and use it in GitHub Desktop.
Save MattMcAdams/7cfbf8b560bba93e6c1f52341a7540ce to your computer and use it in GitHub Desktop.
Code Comment Anchors
"commentAnchors.tags.list": [
{
"tag": "ANCHOR",
"iconColor": "default",
"highlightColor": "",
"scope": "file",
"styleComment": true
},
{
"tag": "TEMP",
"iconColor": "pink",
"highlightColor": "#e84393",
"scope": "workspace",
"styleComment": true
},
{
"tag": "DEPRECATED",
"iconColor": "pink",
"highlightColor": "#e84393",
"scope": "file",
"styleComment": true
},
{
"tag": "TODO",
"iconColor": "teal",
"highlightColor": "#00cec9",
"scope": "workspace",
"styleComment": true
},
{
"tag": "FIXME",
"iconColor": "red",
"highlightColor": "#F44336",
"scope": "workspace",
"styleComment": true
},
{
"tag": "NOTE",
"iconColor": "orange",
"highlightColor": "#ffa100",
"scope": "file",
"styleComment": true
},
{
"tag": "STUB",
"iconColor": "purple",
"highlightColor": "#ba68c8",
"scope": "file",
"enabled": false
},
{
"tag": "REVIEW",
"iconColor": "blue",
"highlightColor": "#3ea8ff",
"scope": "workspace",
"styleComment": true
},
{
"tag": "SECTION",
"iconColor": "default",
"highlightColor": "#CCC",
"scope": "file",
"isRegion": true,
"styleComment": true
}
]
@MattMcAdams
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment