From 2dcd9ac8d19a6f4fd9b04f198d57d5a4a2ce2696 Mon Sep 17 00:00:00 2001 From: Tom Schwindl Date: Wed, 27 Sep 2023 01:50:37 +0200 Subject: filetype.lua: add common *roff extensions --- lua/plugins/filetype.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/plugins') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index fd8f3d3..464b466 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -275,7 +275,8 @@ vis.ftdetect.filetypes = { ext = { "%.1$", "%.2$", "%.3$", "%.4$", "%.5$", "%.6$", "%.7$", "%.8$", "%.9$", "%.1x$", "%.2x$", "%.3x$", "%.4x$", - "%.5x$", "%.6x$", "%.7x$", "%.8x$", "%.9x$" + "%.5x$", "%.6x$", "%.7x$", "%.8x$", "%.9x$", + "%.ms$", "%.me$", "%.mom$", "%.mm$", "%.tmac$" }, }, markdown = { -- cgit v1.2.3