mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Prepare CMakeLists.txt format detector
This commit is contained in:
@@ -20,7 +20,7 @@ using System.Text.RegularExpressions;
|
||||
|
||||
namespace QuickLook.Plugin.TextViewer.Detectors;
|
||||
|
||||
public class JSONDetector : IFormatDetector
|
||||
public sealed class JSONDetector : IFormatDetector
|
||||
{
|
||||
public string Name => "JSON";
|
||||
|
||||
|
Reference in New Issue
Block a user