1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-04-11 11:32:05 +02:00

Adds .fth extension for Forth.

This commit is contained in:
Nathan Ringo 2019-08-04 15:54:18 -05:00 committed by Alec Thomas
parent f8432cf78f
commit 65b5eea9a2

View File

@ -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,
},