fix(cli): fix theme key loading from config.json, closes #1232

This commit is contained in:
Andrew Hlynskyi 2021-07-03 03:36:01 +03:00
parent ad30779d90
commit bc94c0cc2f
2 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,7 @@ use std::{env, fs};
/// This type holds the generic JSON content of the configuration file. Individual tree-sitter
/// components will use the [`get`][] method to parse that JSON to extract configuration fields
/// that are specific to that component.
#[derive(Debug)]
pub struct Config {
pub location: PathBuf,
pub config: Value,