Skip to content

randomizedthinking/vim-tsql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

SQL Server 2005/2008 syntax file for Vim

Author: Benjamin Hoffstein
Contact: ben@hoffstein.net

INSTALLATION

  1. Put the sqlserver.vim file in your syntax directory.

    • On Windows, this is $VIM/vimfiles/syntax or $HOME/vimfiles/syntax.
    • On Linux, this is $HOME/.vim/syntax or $VIM/vimfiles/syntax.
  2. If you want to make this your default syntax file for .sql files, add the following to your vimrc:

    let g:sql_type_default = "sqlserver"

  3. If you want to associate this syntax file with another extension, add the following to your vimrc (replace "ext" with the desired extension):

    au BufNewFile,BufRead *.ext set filetype=sqlserver

  4. The file contains instructions for enabling/disabling several highlighting options (for example, system stored procedures). By default, all syntax is highlighted.

About

Vim syntax file for SQL Server 2005/2008.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%