mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
style: traits .plist file as normal xml
This commit is contained in:
parent
0079cdd88e
commit
15ab457e74
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace SourceGit.Models
|
|||
{
|
||||
ext = ".cpp";
|
||||
}
|
||||
else if (ext == ".resx")
|
||||
else if (ext == ".resx" || ext == ".plist")
|
||||
{
|
||||
ext = ".xml";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue