mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Enable Dockerfile detection
This commit is contained in:
@@ -30,7 +30,7 @@ public class FormatDetector
|
||||
new MakefileDetector(),
|
||||
new CMakeListsDetector(),
|
||||
//new HostsDetector(),
|
||||
//new DockerfileDetector(),
|
||||
new DockerfileDetector(),
|
||||
];
|
||||
|
||||
public static IFormatDetector Confuse(string path, string text)
|
||||
|
Reference in New Issue
Block a user