Skip to content

Commit d580445

Browse files
WinterCoreEnselic
authored andcommitted
fix: Add syntax mapping jsonl => json
1 parent 48dc2b0 commit d580445

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/syntax_mapping.rs

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ impl<'a> SyntaxMapping<'a> {
7676
.insert("fish_history", MappingTarget::MapTo("YAML"))
7777
.unwrap();
7878

79+
mapping
80+
.insert("*.jsonl", MappingTarget::MapTo("JSON"))
81+
.unwrap();
82+
7983
// See #2151, https://nmap.org/book/nse-language.html
8084
mapping
8185
.insert("*.nse", MappingTarget::MapTo("Lua"))

0 commit comments

Comments
 (0)