mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
Major restructuring of theme/syntax handling
This commit is contained in:
@@ -19,7 +19,7 @@ fn no_duplicate_extensions() {
|
||||
"sass",
|
||||
];
|
||||
|
||||
let assets = HighlightingAssets::new();
|
||||
let assets = HighlightingAssets::from_binary();
|
||||
|
||||
let mut extensions = HashSet::new();
|
||||
|
||||
|
Reference in New Issue
Block a user