VBDotNet
VB.Net Syntax for Sublime Text
Details
Installs
- Total 19K
- Win 15K
- Mac 2K
- Linux 1K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 1 | 0 | 5 | 0 | 1 | 0 | 0 | 1 | 1 | 3 | 1 | 0 | 1 | 1 | 3 | 1 | 0 | 3 | 1 | 0 | 0 | 3 | 0 | 1 | 1 | 0 | 0 | 1 | 2 | 0 | 2 | 3 | 0 | 1 | 2 | 2 | 1 | 3 | 0 | 0 | 0 | 2 | 2 | 1 |
Mac | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
About
Syntax definition for VB.Net.
Defines most VB.Net keywords based on VB.Net 12 (.Net 4.5.1)
Installation
Use the Sublime Text Package Control plugin - search for VBDotNet. If you don't have Package Control, you can get it here - Package Control.
Manually Installing
Copy the vbdontnet.tmlanguage file into you Sublime Text 2 packages directory.
To ensure the file is not overrwritten/removed during upgrades, consider putting the file in the ../Packages/User/
directory.
git clone https://github.com/angryant0007/VBDotNetSyntax.git [Package Dir]/User/VBDotNetSyntax
e.g. on Mac OSX
git clone https://github.com/angryant0007/VBDotNetSyntax.git ~/Library/Application Support/Sublime Text 2/Packages/User/VBDotNetSyntax
Restart/Open Sublime Text - there should now be a “VB.NET” option under the “syntax” menu.
Consult the documentation to see where the packages directory is for you operating system:
Sublime Text 2
http://sublimetext.info/docs/en/basic_concepts.html
Windows: [%APPDATA%]\Sublime Text 2\Packages
OSX: ~/Library/Application Support/Sublime Text 2/Packages
Linux: ~/.Sublime Text 2/Packages
Portable Installation: [Sublime Text 2]/Data
Sublime Text 3
http://docs.sublimetext.info/en/latest/basic_concepts.html#the-packages-directory
Windows: [%APPDATA%]\Sublime Text 3\Packages
OSX: ~/Library/Application Support/Sublime Text 3/Packages
Linux: ~/.config/sublime-text-3/Packages
Portable Installation: [Sublime Text 3]/Data
Editing
Clone this repository to your User Packages directory, e.g.:
git clone https://github.com/angryant0007/VBDotNetSyntax.git ~/Library/Application Support/Sublime Text 2/Packages/User/VBDotNetSyntax
This syntax definition is built using the AAAPackageDev package for Sublime Text 2. You will need to install this first - use Package Control to install. The Sublime Text Documentation has a tutorial on developing a syntax definition to help you get started.
To make changes to the syntax definition, first edit the vbdotnet.JSON-tmlanguage file. Then build the .tmlanguage file using either the “Json to tmlanguage” or “Convert to: Property List” build options provided by AAAPackageDev.