mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
LibCore: Recognize filenames .shellrc and CMakeLists.txt as text
There was a missing comma in the array, so these two entries were concatenated accidentally.
This commit is contained in:
parent
1647d7b34c
commit
9281baffd8
Notes:
github-actions[bot]
2025-05-26 20:24:59 +00:00
Author: https://github.com/rcorsi 🔰
Commit: 9281baffd8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4860
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ static Array constexpr s_plaintext_suffixes = {
|
|||
|
||||
// Base names
|
||||
".history"sv,
|
||||
".shellrc"sv
|
||||
"CMakeLists.txt"sv,
|
||||
".shellrc"sv,
|
||||
};
|
||||
|
||||
// See https://www.iana.org/assignments/media-types/<mime-type> for a list of registered MIME types.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue