We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00224f commit 7ca2f61Copy full SHA for 7ca2f61
QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/Plugin.cs
@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.HtmlViewer
26
{
27
public class Plugin : IViewer
28
29
- private static readonly string[] Extensions = {".mht", ".mhtml", ".htm", ".html"};
+ private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };
30
31
private WebpagePanel _panel;
32
0 commit comments