Last active
April 24, 2022 21:39
-
-
Save MattMcAdams/7cfbf8b560bba93e6c1f52341a7540ce to your computer and use it in GitHub Desktop.
Code Comment Anchors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For use with VS Code Comment Anchors