better-comments
better-comments copied to clipboard
Insert "case "vbs":" into line xx of the parser.ts file
Support vbscript comment highlighting
case "vb":
case "vbs":
this.delimiter = "'";
break;
I tried this and see it's duplicating the vb lines but it doesn't seem to work.