summaryrefslogtreecommitdiff
path: root/mnv/runtime/indent/bash.mnv
blob: ac221d23552eea09fcdc83c11236ca3f6e0d48c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
" MNV indent file
" Language:	bash
" Maintainer:	The MNV Project <https://github.com/Project-Tick/Project-Tick>
" Last Change:	2023 Aug 13

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif

" The actual indenting is in sh.mnv and controlled by buffer-local variables.
unlet! b:is_sh
unlet! b:is_kornshell
let b:is_bash = 1

runtime! indent/sh.mnv

" mnv: ts=8