summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/spajson.mnv
blob: e252ff7467b68600fb3d3e043fb61e88cbbfb7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin
" Language:	SPA JSON
" Maintainer:	David Mandelberg <david@mandelberg.org>
" Last Change:	2025 Mar 22

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setlocal comments=:###,:##,:#
setlocal commentstring=#\ %s

let b:undo_ftplugin = "setlocal comments< commentstring<"