Skip to content

Commit

Permalink
Adds .fth extension for Forth.
Browse files Browse the repository at this point in the history
  • Loading branch information
remexre authored and alecthomas committed Aug 6, 2019
1 parent f8432cf commit 65b5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexers/f/forth.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var Forth = internal.Register(MustNewLexer(
&Config{
Name: "Forth",
Aliases: []string{"forth"},
Filenames: []string{"*.frt", "*.fs"},
Filenames: []string{"*.frt", "*.fth", "*.fs"},
MimeTypes: []string{"application/x-forth"},
CaseInsensitive: true,
},
Expand Down

0 comments on commit 65b5eea

Please sign in to comment.