annotate runtime/indent/fennel.vim @ 29254:acb7f19c9d07
Added tag v8.2.5145 for changeset 5dd3932854647276e55117fccf17e45f6d28b2c9
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 21 Jun 2022 19:45:03 +0200 |
parents |
4d76b3e07c07 |
children |
|
rev |
line source |
28620
|
1 " Vim indent file
|
|
2 " Language: Fennel
|
|
3 " Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com>
|
|
4 " Last Change: 2022 Apr 20
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Use the Lisp indenting
|
|
12 runtime! indent/lisp.vim
|