0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
vim/runtime/indent/eruby.vim

17 lines
389 B
VimL
Raw Normal View History

2005-09-25 22:16:38 +00:00
" Vim indent file
2006-04-15 20:25:09 +00:00
" 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>
2005-09-25 22:16:38 +00:00
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
runtime! indent/html.vim
2006-04-15 20:25:09 +00:00
" vim: nowrap sw=2 sts=2 ts=8 ff=unix: