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