home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / runtime / dos / ftplugin / scss.vim < prev    next >
Encoding:
Text File  |  2010-08-15  |  212 b   |  13 lines

  1. " Vim filetype plugin
  2. " Language:    SCSS
  3. " Maintainer:    Tim Pope <vimNOSPAM@tpope.org>
  4. " Last Change:    2010 Jul 26
  5.  
  6. if exists("b:did_ftplugin")
  7.   finish
  8. endif
  9.  
  10. runtime! ftplugin/sass.vim
  11.  
  12. " vim:set sw=2:
  13.