]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/ftplugin/scss.vim
Update URxvt copy and paste
[rbdr/dotfiles] / vim / ftplugin / scss.vim
CommitLineData
0d23b6e5
BB
1" Vim filetype plugin
2" Language: SCSS
3" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4" Last Change: 2010 Jul 26
5
6if exists("b:did_ftplugin")
7 finish
8endif
9
10runtime! ftplugin/sass.vim
11
12" vim:set sw=2: