mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:27:50 +02:00
Add syntect (and borrow bat's theme file)
This commit is contained in:
@ -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,
|
||||
}))
|
||||
}
|
||||
|
Reference in New Issue
Block a user