Created
April 25, 2023 18:30
-
-
Save Tynael/d4c0db4c5ec62462db85edce30c86cf0 to your computer and use it in GitHub Desktop.
VS Code Better Comments Extension - Create your own comment styles
This file contains hidden or 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
"better-comments.tags": [ | |
// Other tags here... | |
{ | |
"tag": "<>", | |
"color": "#2596be", | |
"strikethrough": false, | |
"underline": true, | |
"backgroundColor": "transparent", | |
"bold": true, | |
"italic": false | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example used in https://neutrondev.com/vs-code-better-comments-extension/