mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 10:11:07 +00:00
fix: Add syntax mapping jsonl
=> json
This commit is contained in:
parent
48dc2b0d90
commit
d580445aef
@ -76,6 +76,10 @@ impl<'a> SyntaxMapping<'a> {
|
||||
.insert("fish_history", MappingTarget::MapTo("YAML"))
|
||||
.unwrap();
|
||||
|
||||
mapping
|
||||
.insert("*.jsonl", MappingTarget::MapTo("JSON"))
|
||||
.unwrap();
|
||||
|
||||
// See #2151, https://nmap.org/book/nse-language.html
|
||||
mapping
|
||||
.insert("*.nse", MappingTarget::MapTo("Lua"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user