allow record as text style (#5092)

This commit is contained in:
Fernando Herrera
2022-04-04 22:36:48 +01:00
committed by GitHub
parent 80f21d37e0
commit fa6ed7a40b
2 changed files with 103 additions and 71 deletions

View File

@ -272,7 +272,7 @@ fn create_map(value: &Value, config: &Config) -> Result<HashMap<String, Value>,
Ok(hm)
}
fn color_value_string(
pub fn color_value_string(
span: &Span,
inner_cols: &[String],
inner_vals: &[Value],