mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
fix for issue #2633
This commit is contained in:
@@ -90,6 +90,10 @@ impl<'a> SyntaxMapping<'a> {
|
||||
.insert("Containerfile", MappingTarget::MapTo("Dockerfile"))
|
||||
.unwrap();
|
||||
|
||||
mapping
|
||||
.insert("*.ksh", MappingTarget::MapTo("Bourne Again Shell (bash)"))
|
||||
.unwrap();
|
||||
|
||||
// Nginx and Apache syntax files both want to style all ".conf" files
|
||||
// see #1131 and #1137
|
||||
mapping
|
||||
|
Reference in New Issue
Block a user