summaryrefslogtreecommitdiff
path: root/mnv/runtime/indent/xhtml.mnv
blob: 6ccc5373dc6c9911e6f7f20c2bc6e06f2f38ed82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" MNV indent file
" Language:	XHTML
" 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

" Handled like HTML for now.
runtime! indent/html.mnv