From d7f6000d98d43d3139bfb0caefaff8f51f190353 Mon Sep 17 00:00:00 2001 From: stutonk Date: Sat, 18 Mar 2017 22:06:35 -0400 Subject: Recognize additional Forth filetype --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins') 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$" }, -- cgit v1.2.3