neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

automake.vim (243B)


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