mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Add hosts file syntax highlighting
This commit is contained in:
@@ -25,11 +25,11 @@ public class FormatDetector
|
||||
|
||||
internal IFormatDetector[] TextDetectors =
|
||||
[
|
||||
new CMakeListsDetector(),
|
||||
new XMLDetector(),
|
||||
new JSONDetector(),
|
||||
new MakefileDetector(),
|
||||
new CMakeListsDetector(),
|
||||
//new HostsDetector(),
|
||||
new HostsDetector(),
|
||||
new DockerfileDetector(),
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user