1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 03:42:26 +01:00

cargo fmt

This commit is contained in:
sharkdp
2020-04-23 00:56:35 +02:00
parent 9e622a1a5f
commit 0064321323
2 changed files with 5 additions and 2 deletions

View File

@@ -30,7 +30,10 @@ impl<'a> SyntaxMapping<'a> {
.insert("**/.ssh/config", MappingTarget::MapTo("SSH Config"))
.unwrap();
mapping
.insert("**/bat/config", MappingTarget::MapTo("Bourne Again Shell (bash)"))
.insert(
"**/bat/config",
MappingTarget::MapTo("Bourne Again Shell (bash)"),
)
.unwrap();
mapping
.insert(