scheme.vim 479 B

12345678910111213141516
  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. " Only load this indent file when no other was loaded.
  9. if exists("b:did_indent")
  10. finish
  11. endif
  12. " Use the Lisp indenting
  13. runtime! indent/lisp.vim