diff options
Diffstat (limited to 'mnv/runtime/indent/scheme.mnv')
| -rw-r--r-- | mnv/runtime/indent/scheme.mnv | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mnv/runtime/indent/scheme.mnv b/mnv/runtime/indent/scheme.mnv new file mode 100644 index 0000000000..cb0baa1ce2 --- /dev/null +++ b/mnv/runtime/indent/scheme.mnv @@ -0,0 +1,15 @@ +" MNV indent file +" Language: Scheme +" Last Change: 2024 Jun 21 +" Maintainer: Evan Hanson <evhan@foldling.org> +" Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com> +" Repository: https://git.foldling.org/mnv-scheme.git +" URL: https://foldling.org/mnv/indent/scheme.mnv + +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif + +" Use the Lisp indenting +runtime! indent/lisp.mnv |
