Skip to content

Commit

Permalink
Recognize additional Forth filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
stutonk committed Mar 19, 2017
1 parent 6740fc5 commit d7f6000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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$" },
Expand Down

0 comments on commit d7f6000

Please sign in to comment.