summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/debsources.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/debsources.mnv')
-rw-r--r--mnv/runtime/ftplugin/debsources.mnv16
1 files changed, 16 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/debsources.mnv b/mnv/runtime/ftplugin/debsources.mnv
new file mode 100644
index 0000000000..23239ca108
--- /dev/null
+++ b/mnv/runtime/ftplugin/debsources.mnv
@@ -0,0 +1,16 @@
+" Language: Debian sources.list
+" Maintainer: Debian MNV Maintainers <team+mnv@tracker.debian.org>
+" Last Change: 2024 May 25
+" License: MNV License
+" URL: https://salsa.debian.org/mnv-team/mnv-debian/blob/main/ftplugin/debsources.mnv
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin=1
+
+setlocal comments=:#
+setlocal commentstring=#\ %s
+setlocal formatoptions-=t
+
+let b:undo_ftplugin = 'setlocal comments< commentstring< formatoptions<'