Add missed DOT_DEFAULT_EXTENSION
#KTIJ-25470
This commit is contained in:
committed by
Space Team
parent
f94c795b5b
commit
37c493f593
@@ -24,6 +24,7 @@ import javax.swing.*;
|
||||
|
||||
public class KotlinFileType extends LanguageFileType {
|
||||
public static final String EXTENSION = "kt";
|
||||
public static final String DOT_DEFAULT_EXTENSION = "." + EXTENSION;
|
||||
public static final KotlinFileType INSTANCE = new KotlinFileType();
|
||||
|
||||
private final NotNullLazyValue<Icon> myIcon = NotNullLazyValue.lazy(() -> KotlinIconProviderService.getInstance().getFileIcon());
|
||||
|
||||
Reference in New Issue
Block a user