Skip to content

Commit

Permalink
Remove usage of deprecated fileTypeFactory extension
Browse files Browse the repository at this point in the history
  • Loading branch information
AmailP committed Apr 23, 2020
1 parent f50f74b commit ae2a188
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<extensions defaultExtensionNs="com.intellij">
<!-- Language support -->
<annotator language="Robotframework" implementationClass="amailp.intellij.robot.extensions.Annotator"/>
<fileTypeFactory implementation="amailp.intellij.robot.extensions.FileTypeFactory"/>
<fileType name="Robot file" extensions="robot" language="Robotframework" fieldName="MODULE$" implementationClass="amailp.intellij.robot.file.FileType$"/>
<lang.commenter language="Robotframework" implementationClass="amailp.intellij.robot.extensions.Commenter"/>
<lang.elementManipulator forClass="amailp.intellij.robot.psi.Keyword" implementationClass="amailp.intellij.robot.psi.manipulator.Keyword"/>
<lang.elementManipulator forClass="amailp.intellij.robot.psi.ResourceValue" implementationClass="amailp.intellij.robot.psi.manipulator.ResourceValue"/>
Expand Down

This file was deleted.

0 comments on commit ae2a188

Please sign in to comment.