diff options
Diffstat (limited to 'mnv/runtime/ftplugin/codeowners.mnv')
| -rw-r--r-- | mnv/runtime/ftplugin/codeowners.mnv | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/codeowners.mnv b/mnv/runtime/ftplugin/codeowners.mnv new file mode 100644 index 0000000000..c2d6c75f06 --- /dev/null +++ b/mnv/runtime/ftplugin/codeowners.mnv @@ -0,0 +1,14 @@ +" MNV filetype plugin +" Language: codeowners +" Maintainer: Jon Parise <jon@indelible.org> +" Last Change: 2025 Sep 14 +" +if exists('b:did_ftplugin') + finish +endif +let b:did_ftplugin = 1 + +setl comments=:# commentstring=#\ %s +setl formatoptions-=t formatoptions+=croql + +let b:undo_ftplugin = 'setl com< cms< fo<' |
