Highlight block and record (#653)

This commit is contained in:
JT
2022-01-03 16:21:26 +11:00
committed by GitHub
parent 9535e2c309
commit fe5f65a247
4 changed files with 114 additions and 7 deletions

View File

@ -21,6 +21,8 @@ pub fn get_shape_color(shape: String, conf: &Config) -> Style {
"flatshape_string_interpolation" => Style::new().fg(Color::Cyan).bold(),
"flatshape_list" => Style::new().fg(Color::Cyan).bold(),
"flatshape_table" => Style::new().fg(Color::Blue).bold(),
"flatshape_record" => Style::new().fg(Color::Cyan).bold(),
"flatshape_block" => Style::new().fg(Color::Blue).bold(),
"flatshape_filepath" => Style::new().fg(Color::Cyan),
"flatshape_globpattern" => Style::new().fg(Color::Cyan).bold(),
"flatshape_variable" => Style::new().fg(Color::Purple),