diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index a828db06..c985a44d 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -98,6 +98,7 @@ PLAINTEXT_TYPES: list[str] = [ ".php", ".sh", ".bat", + ".plist", ] SPREADSHEET_TYPES: list[str] = [".csv", ".xls", ".xlsx", ".numbers", ".ods"] PRESENTATION_TYPES: list[str] = [".ppt", ".pptx", ".key", ".odp"]