automake.vim 243 B

123456789101112
  1. " Vim indent file
  2. " Language: automake
  3. " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
  4. " Latest Revision: 2006-04-19
  5. if exists("b:did_indent")
  6. finish
  7. endif
  8. " same as makefile indenting for now.
  9. runtime! indent/make.vim