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

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

Open laoqiuqiu opened this issue 4 years ago • 1 comments

Support vbscript comment highlighting

			case "vb":
			case "vbs":
				this.delimiter = "'";
				break;

laoqiuqiu avatar Nov 05 '20 00:11 laoqiuqiu

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

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