view runtime/indent/ant.vim @ 12939:f5b8129cef2f

Added tag v8.0.1345 for changeset 1d41836582b369fafc659f5703c54d272f1b2126
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Nov 2017 17:00:07 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

" Vim indent file
" Language:    ANT files
" Maintainer:  David Fishburn <fishburn@ianywhere.com>
" Last Change: Thu May 15 2003 10:02:54 PM

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

" Use XML formatting rules
runtime! indent/xml.vim