better-comments icon indicating copy to clipboard operation
better-comments copied to clipboard

Can I add vbscript (vbs) as a supported lang?

Open lundeen-bryan opened this issue 3 years ago • 0 comments

In package.json I added "onLanguage:vbs", under activationEvents

and in parser.js I added the following under "setDelimiter(language)" case 'vbs': this.setCommentFormat("'//", 'rem//', 'rem.||(', ')'); break;

I tried just using "'" as the comment format but that didn't work, so I copied another issue #294

So far, this didn't work. Any suggestions?

lundeen-bryan avatar Dec 19 '21 01:12 lundeen-bryan