mirror of
https://github.com/sharkdp/bat
synced 2026-08-02 18:41:42 +00:00
Initial implementation of glob-based syntax mapping
This commit is contained in:
@@ -6,6 +6,7 @@ error_chain! {
|
||||
Io(::std::io::Error);
|
||||
SyntectError(::syntect::LoadingError);
|
||||
ParseIntError(::std::num::ParseIntError);
|
||||
GlobParsingError(::globset::Error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user