view runtime/indent/scss.vim @ 3145:98a05814f1b4 v7.3.343

updated for version 7.3.343 Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia)
author Bram Moolenaar <bram@vim.org>
date Thu, 20 Oct 2011 21:09:35 +0200
parents 8f017e31750f
children
line wrap: on
line source

" 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: