summaryrefslogtreecommitdiff
path: root/uvim/runtime/indent/aap.mnv
blob: faad583d806f8494cfc5594d657834d1012b9ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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