Skip to content

Commit

Permalink
introduce new wiki file type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl authored and rnpnr committed Aug 28, 2024
1 parent c5768b7 commit cb63b7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ vis.ftdetect.filetypes = {
ext = { "%.md$", "%.markdown$" },
mime = { "text/x-markdown" },
},
mediawiki = {
ext = { "%.wiki$" },
},
meson = {
ext = { "^meson%.build$" },
},
Expand Down

0 comments on commit cb63b7e

Please sign in to comment.