Skip to content

Commit

Permalink
Add BSDmakefile to make lexer (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jul 20, 2022
1 parent c714e84 commit 96fe58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexers/make.go
Expand Up @@ -9,7 +9,7 @@ var Makefile = Register(MustNewLexer(
&Config{
Name: "Base Makefile",
Aliases: []string{"make", "makefile", "mf", "bsdmake"},
Filenames: []string{"*.mak", "*.mk", "Makefile", "makefile", "Makefile.*", "GNUmakefile"},
Filenames: []string{"*.mak", "*.mk", "Makefile", "makefile", "Makefile.*", "GNUmakefile", "BSDmakefile"},
MimeTypes: []string{"text/x-makefile"},
EnsureNL: true,
},
Expand Down

0 comments on commit 96fe58e

Please sign in to comment.