use of com.perl5.lang.htmlmason.HTMLMasonFileViewProviderFactory in project Perl5-IDEA by Camelcade.
the class HTMLMasonParserTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
LanguageFileViewProviders.INSTANCE.addExplicitExtension(HTMLMasonLanguage.INSTANCE, new HTMLMasonFileViewProviderFactory());
getProject().registerService(HTMLMasonSettings.class, new HTMLMasonSettings(getProject()));
}
Aggregations