mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -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…
Reference in New Issue
Block a user