1
0
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:
John Higgins
2023-08-02 00:04:55 -07:00
parent 9bf74d687f
commit b1fbcc8a6e
2 changed files with 5 additions and 0 deletions

View File

@@ -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