We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b92f9 commit 197edeeCopy full SHA for 197edee
src/main/java/com/axellience/vuegwtplugin/language/VueGWTFileTypeFactory.java
src/main/resources/META-INF/plugin.xml
@@ -90,8 +90,8 @@
90
<xml.elementDescriptorProvider
91
implementation="com.axellience.vuegwtplugin.codeinsight.tags.VueGWTElementDescriptorProvider"/>
92
93
- <fileTypeFactory
94
- implementation="com.axellience.vuegwtplugin.language.VueGWTFileTypeFactory"/>
+ <fileType name="VueGWT" implementationClass="com.axellience.vuegwtplugin.language.htmltemplate.HtmlTemplateFileType"
+ fieldName="INSTANCE" language="VueGWT-Template" extensions=""/>
95
96
<lang.parserDefinition language="VueGWT-Template"
97
implementationClass="com.axellience.vuegwtplugin.language.htmltemplate.HtmlTemplateParserDefinition"/>
0 commit comments