Add syntect (and borrow bat's theme file)

This commit is contained in:
Jonathan Turner
2019-07-20 13:12:04 +12:00
parent d5d4da0bf8
commit 27dbc1cb9a
10 changed files with 113 additions and 17 deletions

View File

@ -494,7 +494,7 @@ fn classify_command(
Ok(ClassifiedCommand::Internal(InternalCommand {
command,
name_span: Some(head.span().clone()),
span_sources: context.span_sources.clone(),
source_map: context.source_map.clone(),
args,
}))
}