aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-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 84df15a..3bfda55 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -123,7 +123,7 @@ vis.ftdetect.filetypes = {
ext = { "%.fish$" },
},
forth = {
- ext = { "%.forth$", "%.frt$", "%.fs$" },
+ ext = { "%.forth$", "%.frt$", "%.fs$", "%.fth$" },
},
fortran = {
ext = { "%.f$", "%.for$", "%.ftn$", "%.fpp$", "%.f77$", "%.f90$", "%.f95$", "%.f03$", "%.f08$" },