summaryrefslogtreecommitdiffstats
path: root/runtime/indent/eruby.vim
blob: b62a0245f276268747289347d84d72695abd51f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" Vim indent file
" Language:	Ruby
" Maintainer:	Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
" Info:		$Id$
" URL:		http://vim-ruby.rubyforge.org
" Anon CVS:	See above site
" ----------------------------------------------------------------------------

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

runtime! indent/html.vim