Your IP : 172.28.240.42


Current Path : /usr/share/vim/vimcurrent/ftplugin/
Upload File :
Current File : //usr/share/vim/vimcurrent/ftplugin/scss.vim

" Vim filetype plugin
" Language:	SCSS
" Maintainer:	Tim Pope <vimNOSPAM@tpope.org>
" Last Change:	2010 Jul 26

if exists("b:did_ftplugin")
  finish
endif

runtime! ftplugin/sass.vim

" vim:set sw=2: