1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-21 17:25:11 +01:00
vim/runtime/indent/scheme.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
479 B
VimL
Raw Normal View History

2005-06-08 22:07:37 +00:00
" Vim indent file
" Language: Scheme
" Last Change: 2024 Jun 21
" Maintainer: Evan Hanson <evhan@foldling.org>
2018-02-09 22:00:53 +01:00
" Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
" Repository: https://git.foldling.org/vim-scheme.git
" URL: https://foldling.org/vim/indent/scheme.vim
2005-06-24 23:11:15 +00:00
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
2005-06-08 22:07:37 +00:00
2018-02-09 22:00:53 +01:00
" Use the Lisp indenting
2005-06-08 22:07:37 +00:00
runtime! indent/lisp.vim