Skip to content

Commit

Permalink
introduce new 'meson' file type and meson options filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Dec 12, 2024
1 parent f840bca commit 4eed1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ vis.ftdetect.filetypes = {
ext = { "%.wiki$" },
},
meson = {
ext = { "^meson%.build$" },
ext = { "^meson%.build$", "%.meson$", "^meson_options%.txt$", "^meson%.options$" },
},
modula2 = {
ext = { "%.mod$", "%.def$" },
Expand Down

0 comments on commit 4eed1d0

Please sign in to comment.