1
0
Fork 0
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:
Rocco Corsi 2025-05-26 12:17:07 -06:00 committed by Andrew Kaster
parent 1647d7b34c
commit 9281baffd8
Notes: github-actions[bot] 2025-05-26 20:24:59 +00:00

View file

@ -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.