Modify the highlight function to support any JSON type

This commit is contained in:
Clément Renault
2020-11-05 13:58:07 +01:00
parent c94bc59d7e
commit 640c7d748a
5 changed files with 53 additions and 33 deletions

2
Cargo.lock generated
View File

@ -447,7 +447,6 @@ checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
dependencies = [
"autocfg",
"hashbrown",
"serde",
]
[[package]]
@ -604,7 +603,6 @@ dependencies = [
"grenad",
"heed",
"human_format",
"indexmap",
"itertools",
"jemallocator",
"levenshtein_automata",