mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-21 15:23:19 +01:00
Ensure lexicographical ordering
This commit is contained in:
parent
97780f987e
commit
77e491161c
@ -79,6 +79,7 @@ fn read_all_mappings() -> anyhow::Result<MappingList> {
|
||||
let mut all_mappings = vec![];
|
||||
|
||||
for entry in WalkDir::new("src/syntax_mapping/builtins")
|
||||
.sort_by_file_name()
|
||||
.into_iter()
|
||||
.map(|entry| entry.unwrap_or_else(|err| panic!("failed to visit a file: {err}")))
|
||||
.filter(|entry| {
|
||||
|
Loading…
Reference in New Issue
Block a user