Expand supported text file formats list
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled

Added a comprehensive list of supported text and script file extensions to SUPPORTED_FORMATS.md, detailing various programming, configuration, and markup formats recognized by QuickLook.
This commit is contained in:
ema
2025-09-25 01:32:53 +08:00
parent 7e44fdf29d
commit ad1730cf4a
2 changed files with 125 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
using Microsoft.Win32;
using System;
using System.IO;
using System.Security.Principal;
namespace QuickLook.Plugin.OfficeViewer;