From d7f6000d98d43d3139bfb0caefaff8f51f190353 Mon Sep 17 00:00:00 2001 From: stutonk Date: Sat, 18 Mar 2017 22:06:35 -0400 Subject: [PATCH] Recognize additional Forth filetype --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 84df15ac9..3bfda55cd 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$" },