# VBScript package for Sublime Text [![Build Status](https://travis-ci.org/SublimeText/VBScript.png?branch=master)](https://travis-ci.org/SublimeText/VBScript) This VBScript package for [Sublime Text](http://www.sublimetext.com/) adds: - syntax highlighting - snippets - build configuration ## Credits Original author: [Thomas Aylott](http://svn.textmate.org/trunk/Bundles/ASP_vb_NET.tmbundle/). ## Screenshots ![Espresso](https://raw.githubusercontent.com/SublimeText/VBScript/master/screenshots/espresso.png) ![Monokai](https://raw.githubusercontent.com/SublimeText/VBScript/master/screenshots/monokai.png) ## Installation There are several ways to install this package. ### Package Control The easiest way to install this package is through [Package Control](http://wbond.net/sublime_packages/package_control). * Install [Package Control](http://wbond.net/sublime_packages/package_control/installation) * Open the `Command Palette` (`Tools >> Command Palette` or `Ctrl+Shift+P` or `Cmd+Shift+P`). * Type `Install Package` and hit return. * Type `VBScript` and hit return. ### Using Git Go to your Sublime Text `Packages` directory and clone the repository using the command below: git clone https://github.com/SublimeText/VBScript "VBScript" ### Download Manually * 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