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

Removed mimetype for the Lexer bicep (#574)

This commit is contained in:
Martin Stühmer 2021-12-20 08:12:21 +01:00 committed by GitHub
parent ac2891ff2a
commit 3bdc3fbe7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ var Bicep = internal.Register(MustNewLazyLexer(
Name: "Bicep",
Aliases: []string{"bicep"},
Filenames: []string{"*.bicep"},
MimeTypes: []string{"application/x-bicep"},
},
bicepRules,
))