blob: 81f7c1aebfacc6c86f973f8c2f08a908612e2f90 [file] [log] [blame]
Bram Moolenaar1e015462005-09-25 22:16:38 +00001" Vim indent file
Bram Moolenaard5cdbeb2005-10-10 20:59:28 +00002" Language: Ruby
Bram Moolenaar1e015462005-09-25 22:16:38 +00003" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
Bram Moolenaard5cdbeb2005-10-10 20:59:28 +00004" Info: $Id$
5" URL: http://vim-ruby.rubyforge.org/
6" Anon CVS: See above site
7" Licence: GPL (http://www.gnu.org)
Bram Moolenaar1e015462005-09-25 22:16:38 +00008" Disclaimer:
9" This program is distributed in the hope that it will be useful,
10" but WITHOUT ANY WARRANTY; without even the implied warranty of
11" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12" GNU General Public License for more details.
13" ----------------------------------------------------------------------------
14
15" Only load this indent file when no other was loaded.
16if exists("b:did_indent")
17 finish
18endif
19
20runtime! indent/html.vim