mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-10-21 19:25:14 +00:00
Add .snupkg support to archive viewer
Included the .snupkg extension in the list of supported archive formats to allow viewing of symbol package files.
This commit is contained in:
@@ -33,7 +33,7 @@ public class Plugin : IViewer
|
|||||||
".gz",
|
".gz",
|
||||||
".jar",
|
".jar",
|
||||||
".lz",
|
".lz",
|
||||||
".nupkg",
|
".nupkg", ".snupkg",
|
||||||
".rar",
|
".rar",
|
||||||
".tar", ".tgz",
|
".tar", ".tgz",
|
||||||
".vsix",
|
".vsix",
|
||||||
|
Reference in New Issue
Block a user