1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-27 17:41:42 +00:00

Map fish_history to YAML

This commit is contained in:
Kid
2022-07-04 21:19:09 +00:00
committed by David Peter
parent ca9843fa83
commit 839e62cff8
3 changed files with 29 additions and 0 deletions
+3
View File
@@ -66,6 +66,9 @@ impl<'a> SyntaxMapping<'a> {
mapping
.insert("*.pac", MappingTarget::MapTo("JavaScript (Babel)"))
.unwrap();
mapping
.insert("fish_history", MappingTarget::MapTo("YAML"))
.unwrap();
// See #2151, https://nmap.org/book/nse-language.html
mapping