summaryrefslogtreecommitdiffstats
path: root/runtime/indent/eruby.vim
blob: ab950b6599ead350d6206e4dbbce1c1e3130893a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
" Vim indent file
" Language:		Ruby
" Maintainer:		Doug Kearns <dougkearns@gmail.com>
" Info:			$Id$
" URL:			http://vim-ruby.rubyforge.org
" Anon CVS:		See above site
" Release Coordinator:	Doug Kearns <dougkearns@gmail.com>

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

runtime! indent/html.vim

" vim: nowrap sw=2 sts=2 ts=8 ff=unix: