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:
parent
ac2891ff2a
commit
3bdc3fbe7a
@ -13,7 +13,6 @@ var Bicep = internal.Register(MustNewLazyLexer(
|
||||
Name: "Bicep",
|
||||
Aliases: []string{"bicep"},
|
||||
Filenames: []string{"*.bicep"},
|
||||
MimeTypes: []string{"application/x-bicep"},
|
||||
},
|
||||
bicepRules,
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user