summaryrefslogtreecommitdiffstats
path: root/indent/scss.vim
blob: 68ebbe53bea6773814ce8e30f5476cb3ddc30af5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
  
" Vim indent file
" Language:	SCSS
" Maintainer:	Tim Pope <vimNOSPAM@tpope.org>
" Last Change:	2010 Jul 26

if exists("b:did_indent")
  finish
endif

runtime! indent/css.vim

" vim:set sw=2:

endif