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

View File

@ -9,7 +9,6 @@ edition = "2018"
anyhow = "1.0.28"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3eb7ad9" }
heed = "0.10.1"
indexmap = "1.6.0"
memmap = "0.7.0"
milli = { path = ".." }
once_cell = "1.4.1"