Sublime Forum

How to add VBScript and VB.NET Syntax recognition?

#1

I want to add support for VBS and VBNEt ¡¡ [size=150]FOR WINDOWS [/size]!!

For VBScript I’ve tried this: github.com/SublimeText/VBScript

The instructions:

[quote] Download the files using the GitHub .zip download option
Unzip the files and rename the folder to VBScript
Copy the folder to your Sublime Text Packages directory[/quote]

But does nothing, in the syntax menu of Sublime text 3 I can’t find VBScript.

Also I tried the same for this vb.net addon: github.com/textmate/asp.vb.net.tmbundle

0 Likes

#2

I realise it’s a bit late but I ran into the same issue today.
Pasted the folder into \Data\Packages and it worked.

0 Likes

#3

I recently fount this VB.Net syntax highlighting plugin, and it’s pretty good: github.com/angryant0007/VBDotNetSyntax. The readme says it’s for Sublime Text 2, but it’s been working just fine with ST3 for me. It doesn’t seem to be available on package control, so you have to download it from GitHub.

0 Likes