mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
LICENSE should be text file
This commit is contained in:
+2
-1
@@ -37,7 +37,8 @@ public class PlatformFileTypeFactory extends FileTypeFactory {
|
||||
new ExtensionFileNameMatcher("jad"),
|
||||
new ExtensionFileNameMatcher("jam"),
|
||||
new ExtensionFileNameMatcher("htaccess"),
|
||||
new ExactFileNameMatcher("readme", true));
|
||||
new ExactFileNameMatcher("readme", true),
|
||||
new ExactFileNameMatcher("LICENSE", true));
|
||||
consumer.consume(NativeFileType.INSTANCE, "doc;xls;ppt;mdb;vsd;pdf;hlp;chm;odt");
|
||||
consumer.consume(UnknownFileType.INSTANCE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user