mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-10-21 11:05:05 +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",
|
||||
".jar",
|
||||
".lz",
|
||||
".nupkg",
|
||||
".nupkg", ".snupkg",
|
||||
".rar",
|
||||
".tar", ".tgz",
|
||||
".vsix",
|
||||
|
Reference in New Issue
Block a user