I want to create custom tag only for better visual experience.
like in php if we use comment tag,
/*
comment 1
comment 2
comment 3
*/
it change the color coding.
Similarly I want to create a tag like
// log start
executable code here...
but should look like comment or blur
// log end
I know this is weird but if there anything in vscode settings or any custom plugin or any extension will be helpful

