Search in sources :

Example 1 with HTMLMasonFileViewProviderFactory

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()));
}
Also used : HTMLMasonFileViewProviderFactory(com.perl5.lang.htmlmason.HTMLMasonFileViewProviderFactory) HTMLMasonSettings(com.perl5.lang.htmlmason.idea.configuration.HTMLMasonSettings)

Aggregations

HTMLMasonFileViewProviderFactory (com.perl5.lang.htmlmason.HTMLMasonFileViewProviderFactory)1 HTMLMasonSettings (com.perl5.lang.htmlmason.idea.configuration.HTMLMasonSettings)1