Support T-SQL including Sybase/SQL-Server
The preferred method of installation is via Sublime Package Control.
- Install Sublime Package Control
- From inside Sublime Text 3, open Package Control's Command Pallet: CTRL+SHIFT+P (Windows, Linux) or CMD+SHIFT+P on Mac.
- Type
install packageand hit Return. A list of available packages will be displayed. - Type
T-SQLand hit Return. The package will be downloaded to the appropriate directory. - Restart Sublime Text 3 to complete installation. Open an SQL file and use.
- Download or clone this repository to a directory
T-SQLin the Sublime Text 2/3 Packages directory for your platform:- Mac:
git clone https://github.com/carleson/T-SQL-Sublime.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/T-SQL - Windows:
git clone https://github.com/carleson/T-SQL-Sublime.git %APPDATA%\Sublime/ Text/ 3/\T-SQL - Linux:
git clone https://github.com/carleson/T-SQL-Sublime.git ~/.Sublime\ Text\ 3/Packages/T-SQL
- Mac:
- Restart Sublime Text 3 to complete installation. Open an SQL file and use.