diff options
Diffstat (limited to 'mnv/runtime/indent/aap.mnv')
| -rw-r--r-- | mnv/runtime/indent/aap.mnv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mnv/runtime/indent/aap.mnv b/mnv/runtime/indent/aap.mnv new file mode 100644 index 0000000000..faad583d80 --- /dev/null +++ b/mnv/runtime/indent/aap.mnv @@ -0,0 +1,13 @@ +" MNV indent file +" Language: Aap recipe +" Maintainer: The MNV Project <https://github.com/Project-Tick/Project-Tick> +" Last Change: 2023 Aug 10 +" Former Maintainer: Bram Moolenaar <Bram@mnv.org> + +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif + +" Works mostly like Python. +runtime! indent/python.mnv |
