mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Add CMake syntax highlighting and format detection
This commit is contained in:
@@ -24,7 +24,7 @@ public sealed class HostsDetector : IFormatDetector
|
||||
{
|
||||
public string Name => "Hosts";
|
||||
|
||||
public string Extension => ".hosts";
|
||||
public string Extension => null;
|
||||
|
||||
public bool Detect(string path, string text)
|
||||
{
|
||||
|
Reference in New Issue
Block a user