Skip to content

Commit

Permalink
Removed mimetype for the Lexer bicep (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 20, 2021
1 parent ac2891f commit 3bdc3fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lexers/b/bicep.go
Expand Up @@ -13,7 +13,6 @@ var Bicep = internal.Register(MustNewLazyLexer(
Name: "Bicep",
Aliases: []string{"bicep"},
Filenames: []string{"*.bicep"},
MimeTypes: []string{"application/x-bicep"},
},
bicepRules,
))
Expand Down

0 comments on commit 3bdc3fb

Please sign in to comment.