diff options
Diffstat (limited to 'mnv/runtime/ftplugin/unison.mnv')
| -rw-r--r-- | mnv/runtime/ftplugin/unison.mnv | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/unison.mnv b/mnv/runtime/ftplugin/unison.mnv new file mode 100644 index 0000000000..4f60608619 --- /dev/null +++ b/mnv/runtime/ftplugin/unison.mnv @@ -0,0 +1,14 @@ +" MNV filetype plugin file +" Language: unison +" Maintainer: Anton Parkhomenko <anton@chuwy.me> +" Latest Revision: 2023-08-07 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +let b:undo_ftplugin = "setl cms< isk<" + +setlocal commentstring=--\ %s +setlocal iskeyword+=!,' |
