aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 85a353e..e8564c5 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -152,7 +152,7 @@ vis.ftdetect.filetypes = {
ext = { "%.fs$" },
},
fstab = {
- ext = { "fstab" },
+ ext = { "^fstab$" },
},
gap = {
ext = { "%.g$", "%.gd$", "%.gi$", "%.gap$" },