Skip to content

Commit 8c50b94

Browse files
committed
1 parent a7ad42b commit 8c50b94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,18 @@ FIX: Index out of bound error on multi line clear cells #151
6363
implementationClass="net.seesharpsoft.intellij.plugins.csv.CsvFileType"
6464
extensions="csv"
6565
language="csv"
66-
fileNamesCaseInsensitive="true"
6766
fieldName="INSTANCE"
6867
/>
6968
<fileType name="TSV"
7069
implementationClass="net.seesharpsoft.intellij.plugins.tsv.TsvFileType"
7170
extensions="tsv;tab"
7271
language="tsv"
73-
fileNamesCaseInsensitive="true"
7472
fieldName="INSTANCE"
7573
/>
7674
<fileType name="PSV"
7775
implementationClass="net.seesharpsoft.intellij.plugins.psv.PsvFileType"
7876
extensions="psv"
7977
language="psv"
80-
fileNamesCaseInsensitive="true"
8178
fieldName="INSTANCE"
8279
/>
8380

0 commit comments

Comments
 (0)