xref: /vim-8.2.3635/runtime/indent/scheme.vim (revision 7254067e)
1" Vim indent file
2" Language: Scheme
3" Last Change: 2018 Jan 31
4" Maintainer: Evan Hanson <[email protected]>
5" Previous Maintainer: Sergey Khorev <[email protected]>
6" URL: https://foldling.org/vim/indent/scheme.vim
7
8" Only load this indent file when no other was loaded.
9if exists("b:did_indent")
10  finish
11endif
12
13" Use the Lisp indenting
14runtime! indent/lisp.vim
15