aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Schwindl <schwindl@posteo.de>2023-09-27 01:50:37 +0200
committerTom Schwindl <schwindl@posteo.de>2023-09-27 01:51:33 +0200
commit2dcd9ac8d19a6f4fd9b04f198d57d5a4a2ce2696 (patch)
treee61d9c065734e232026e70495ab82cd93b954463
parentb63aa007745bd79e9ac66a240e93a232a3dcb95d (diff)
downloadvis-2dcd9ac8d19a6f4fd9b04f198d57d5a4a2ce2696.tar.gz
vis-2dcd9ac8d19a6f4fd9b04f198d57d5a4a2ce2696.tar.xz
filetype.lua: add common *roff extensions
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 2 insertions, 1 deletions
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 = {