view runtime/indent/fennel.vim @ 29806:0d9d890661fc v9.0.0242

patch 9.0.0242: "make install" still fails Commit: https://github.com/vim/vim/commit/171c683237149262665135c7d5841a89bb156f53 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 22:20:20 2022 +0100 patch 9.0.0242: "make install" still fails Problem: "make install" still fails. (Wilhelm Payne) Solution: Also add the directory to installrtbase. (Dominique Pell?)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 23:30:03 +0200
parents 4d76b3e07c07
children
line wrap: on
line source

" 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