Skip to content

Commit 3bdc3fb

Browse files
authored
Removed mimetype for the Lexer bicep (#574)
1 parent ac2891f commit 3bdc3fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lexers/b/bicep.go

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ var Bicep = internal.Register(MustNewLazyLexer(
1313
Name: "Bicep",
1414
Aliases: []string{"bicep"},
1515
Filenames: []string{"*.bicep"},
16-
MimeTypes: []string{"application/x-bicep"},
1716
},
1817
bicepRules,
1918
))

0 commit comments

Comments
 (0)