summaryrefslogtreecommitdiff
path: root/mnv/runtime/indent/json5.mnv
blob: f0296f83ea3426528c8827433eeecc98bda106cb (plain)
1
2
3
4
5
6
7
8
9
10
11
" MNV indent file
" Language:     JSON5
" Maintainer:   The MNV Project <https://github.com/Project-Tick/Project-Tick>
" Last Change:  2024-03-26

if exists("b:did_indent")
  finish
endif

" Same as jsonc indenting for now
runtime! indent/jsonc.mnv