Skip to content

Commit

Permalink
filetype.lua: add common *roff extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tosch42 committed Sep 26, 2023
1 parent b63aa00 commit 2dcd9ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 2dcd9ac

Please sign in to comment.