summaryrefslogtreecommitdiffstats
path: root/runtime/indent/fennel.vim
blob: e12aa18a8ab0ead9e7b8d40f98249e7a30adef2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" Vim indent file
" Language:    Fennel
" Maintainer:  Gregory Anders <greg[NOSPAM]@gpanders.com>
" Last Change: 2022 Apr 20

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

" Use the Lisp indenting
runtime! indent/lisp.vim