Skip to content

Commit

Permalink
correctly registered the parserdef into the plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
illyrius666 committed Jan 23, 2025
1 parent bf795f6 commit 516f267
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
22 changes: 13 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<depends>JavaScript</depends>

<extensions defaultExtensionNs="com.intellij">
<parserDefinition implementation="org.js.vento.webstormvento.VentoParserDefinition"/>
<lang.parserDefinition language="Vento"
implementationClass="org.js.vento.webstormvento.VentoParserDefinition"/>
</extensions>
</idea-plugin>

0 comments on commit 516f267

Please sign in to comment.