Skip to content

Commit

Permalink
[INTERNAL] showcase fileTypeFactory extension point version differences
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSharpSoft committed Aug 7, 2019
1 parent e2913bd commit 0ad6f7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -59,10 +59,6 @@ NEW: plugin logo icons added (Thx to FineVisuals for support)
<depends>com.intellij.modules.lang</depends>

<extensions defaultExtensionNs="com.intellij">
<fileType name="FileType_CSV" implementationClass="net.seesharpsoft.intellij.plugins.csv.CsvFileType" extensions="csv"/>
<fileType name="FileType_TSV" implementationClass="net.seesharpsoft.intellij.plugins.tsv.TsvFileType" extensions="tsv;tab"/>
<fileType name="FileType_PSV" implementationClass="net.seesharpsoft.intellij.plugins.psv.PsvFileType" extensions="psv"/>

<!-- backward compatibility -->
<fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.csv.CsvFileTypeFactory"/>
<fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.tsv.TsvFileTypeFactory"/>
Expand Down

0 comments on commit 0ad6f7c

Please sign in to comment.