mirror of
https://github.com/sharkdp/bat
synced 2026-07-31 18:21:43 +00:00
Major restructuring of theme/syntax handling
This commit is contained in:
@@ -18,7 +18,7 @@ struct SyntaxDetectionTest {
|
||||
impl SyntaxDetectionTest {
|
||||
fn new() -> Self {
|
||||
SyntaxDetectionTest {
|
||||
assets: HighlightingAssets::new(),
|
||||
assets: HighlightingAssets::from_binary(),
|
||||
syntax_mapping: SyntaxMapping::new(),
|
||||
temp_dir: TempDir::new("bat_syntax_detection_tests")
|
||||
.expect("creation of temporary directory"),
|
||||
|
||||
Reference in New Issue
Block a user