vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4cdab9e49fef0f176082d1edb4e060b5bd170d34 parent 19a6e216b8ba862966533f372fb579e99bc0ab8a Author: stutonk <xealblade@gmail.com> Date: Sat, 18 Mar 2017 22:06:35 -0400 Recognize additional Forth filetype Diffstat:
| M | lua/plugins/filetype.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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$" },