summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/nu.mnv
blob: 0e63e35206cead08ed609a896264c99b89e42e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
" MNV filetype plugin
" Language:	Nushell
" Maintainer:	El Kasztano
" URL:		https://github.com/elkasztano/nushell-syntax-mnv
" License:	MIT <https://opensource.org/license/mit>
" Last Change:	2025 Sep 05

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

setlocal commentstring=#\ %s
setlocal comments-=://
setlocal formatoptions=tcroql

let b:undo_ftplugin = "setl fo< cms< com<"