Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created April 25, 2023 18:30
Show Gist options
  • Save Tynael/d4c0db4c5ec62462db85edce30c86cf0 to your computer and use it in GitHub Desktop.
Save Tynael/d4c0db4c5ec62462db85edce30c86cf0 to your computer and use it in GitHub Desktop.
VS Code Better Comments Extension - Create your own comment styles
"better-comments.tags": [
// Other tags here...
{
"tag": "<>",
"color": "#2596be",
"strikethrough": false,
"underline": true,
"backgroundColor": "transparent",
"bold": true,
"italic": false
},
]
@Tynael
Copy link
Author

Tynael commented Apr 25, 2023

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