Add a syntax mapping for bats own config file

This commit is contained in:
sharkdp 2020-04-22 23:58:41 +02:00
parent c8abe3f235
commit 793af6b911
1 changed files with 3 additions and 0 deletions

View File

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