view runtime/indent/scss.vim @ 7019:db0328a2fa2a v7.4.826

patch 7.4.826 Problem: Compiler warnings and errors. Solution: Make it build properly without the multi-byte feature.
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Aug 2015 23:28:43 +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: