diff options
| author | sewn <sewn@disroot.org> | 2024-12-12 08:56:14 +0300 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-01-02 19:35:23 -0700 |
| commit | 111802b605ea25576b1f24360c6fdc4f8d9df503 (patch) | |
| tree | ecea0622f0f2701644151ed013bc603b559a5c21 | |
| parent | dd9cdc1ece8c25c93268fbf7d028682b48d08454 (diff) | |
| download | vis-111802b605ea25576b1f24360c6fdc4f8d9df503.tar.gz vis-111802b605ea25576b1f24360c6fdc4f8d9df503.tar.xz | |
introduce new 'meson' file type and meson options filenames
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index fd3aa0f..70370d8 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -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$" }, |
