Add a highlight subcommand

This commit is contained in:
Max Brunsfeld 2019-02-19 11:24:50 -08:00
parent 0dd15e2b02
commit e89b6b2402
14 changed files with 1870 additions and 22 deletions

View file

@ -27,6 +27,7 @@ clap = "2.32"
dirs = "1.0.2"
hashbrown = "0.1"
libloading = "0.5"
once_cell = "0.1.8"
serde = "1.0"
serde_derive = "1.0"
regex-syntax = "0.6.4"
@ -37,6 +38,10 @@ rsass = "0.9"
version = ">= 0.3.7"
path = "../lib"
[dependencies.tree-sitter-highlight]
version = ">= 0.1.0"
path = "../highlight"
[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]