mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 22:01:10 +08:00
style: traits .plist file as normal xml
This commit is contained in:
@@ -48,7 +48,7 @@ namespace SourceGit.Models
|
||||
{
|
||||
ext = ".cpp";
|
||||
}
|
||||
else if (ext == ".resx")
|
||||
else if (ext == ".resx" || ext == ".plist")
|
||||
{
|
||||
ext = ".xml";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user