mirror of
https://github.com/vim/vim
synced 2025-03-15 06:17:51 +01:00
12 lines
191 B
VimL
12 lines
191 B
VimL
" 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:
|