aaron-bond / better-comments

https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments
MIT License
831 stars 161 forks source link

Insert "case "vbs":" into line xx of the parser.ts file #288

Open laoqiuqiu opened 3 years ago

laoqiuqiu commented 3 years ago

Support vbscript comment highlighting

            case "vb":
            case "vbs":
                this.delimiter = "'";
                break;
lundeen-bryan commented 2 years ago

I tried this and see it's duplicating the vb lines but it doesn't seem to work.