mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
17 lines
389 B
VimL
17 lines
389 B
VimL
" 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:
|