mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
EIAE
This commit is contained in:
@@ -40,10 +40,9 @@ import java.util.List;
|
||||
* @author ilyas
|
||||
*/
|
||||
public class GroovyFileType extends LanguageFileType {
|
||||
|
||||
public static final List<FileType> GROOVY_FILE_TYPES = new ArrayList<FileType>();
|
||||
public static final GroovyFileType GROOVY_FILE_TYPE = new GroovyFileType();
|
||||
@NonNls public static final String DEFAULT_EXTENSION = "groovy";
|
||||
public static final List<FileType> GROOVY_FILE_TYPES = new ArrayList<FileType>();
|
||||
|
||||
private GroovyFileType() {
|
||||
super(GroovyLanguage.INSTANCE);
|
||||
@@ -55,7 +54,7 @@ public class GroovyFileType extends LanguageFileType {
|
||||
return new GroovyEditorHighlighter(colors);
|
||||
}
|
||||
});
|
||||
GROOVY_FILE_TYPES.add(GROOVY_FILE_TYPE);
|
||||
GROOVY_FILE_TYPES.add(this);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user