mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 13:41:14 +00:00
Add Containerfile
syntax mapping
This commit is contained in:
parent
8676bbf97f
commit
c46c53320b
@ -86,6 +86,10 @@ impl<'a> SyntaxMapping<'a> {
|
|||||||
.insert("rails", MappingTarget::MapToUnknown)
|
.insert("rails", MappingTarget::MapToUnknown)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
mapping
|
||||||
|
.insert("Containerfile", MappingTarget::MapTo("Dockerfile"))
|
||||||
|
.unwrap();
|
||||||
|
|
||||||
// Nginx and Apache syntax files both want to style all ".conf" files
|
// Nginx and Apache syntax files both want to style all ".conf" files
|
||||||
// see #1131 and #1137
|
// see #1131 and #1137
|
||||||
mapping
|
mapping
|
||||||
|
Loading…
x
Reference in New Issue
Block a user