scheme.vim (479B)
1 " Vim indent file 2 " Language: Scheme 3 " Last Change: 2024 Jun 21 4 " Maintainer: Evan Hanson <evhan@foldling.org> 5 " Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com> 6 " Repository: https://git.foldling.org/vim-scheme.git 7 " URL: https://foldling.org/vim/indent/scheme.vim 8 9 " Only load this indent file when no other was loaded. 10 if exists("b:did_indent") 11 finish 12 endif 13 14 " Use the Lisp indenting 15 runtime! indent/lisp.vim