Install vim73
[msysgit/mtrensch.git] / share / vim / vim73 / ftplugin / scss.vim
blob981fb1b8810d91aba682300122474dff22df87ee
1 " Vim filetype plugin
2 " Language:     SCSS
3 " Maintainer:   Tim Pope <vimNOSPAM@tpope.org>
4 " Last Change:  2010 Jul 26
6 if exists("b:did_ftplugin")
7   finish
8 endif
10 runtime! ftplugin/sass.vim
12 " vim:set sw=2: