@@ -55,10 +55,10 @@ FIX: consider escape char inside quotes as escaped text
5555 </change-notes >
5656
5757 <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
58- <idea-version since-build =" 173.2099.1" />
58+ <!-- <idea-version since-build="173.2099.1" /> -- >
5959<!-- <idea-version since-build="192" until-build="192.*" />-->
6060<!-- <idea-version since-build="173.2099.1" until-build="192.*" />-->
61- <!-- <idea-version since-build="193" /> -- >
61+ <idea-version since-build =" 193" />
6262
6363 <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
6464 on how to target different products -->
@@ -70,13 +70,13 @@ FIX: consider escape char inside quotes as escaped text
7070<!-- <fileType name="FileType_TSV" implementationClass="net.seesharpsoft.intellij.plugins.tsv.TsvFileType" extensions="tsv;tab"/>-->
7171<!-- <fileType name="FileType_PSV" implementationClass="net.seesharpsoft.intellij.plugins.psv.PsvFileType" extensions="psv"/>-->
7272
73- <fileTypeFactory implementation =" net.seesharpsoft.intellij.plugins.csv.CsvFileTypeFactory" />
74- <fileTypeFactory implementation =" net.seesharpsoft.intellij.plugins.tsv.TsvFileTypeFactory" />
75- <fileTypeFactory implementation =" net.seesharpsoft.intellij.plugins.psv.PsvFileTypeFactory" />
73+ <!-- <fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.csv.CsvFileTypeFactory"/> -- >
74+ <!-- <fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.tsv.TsvFileTypeFactory"/> -- >
75+ <!-- <fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.psv.PsvFileTypeFactory"/> -- >
7676
77- <!-- <fileType name="CSV" language="csv" implementationClass="net.seesharpsoft.intellij.plugins.csv.CsvFileType" extensions="csv" fieldName="INSTANCE"/> -- >
78- <!-- <fileType name="TSV" language="tsv" implementationClass="net.seesharpsoft.intellij.plugins.tsv.TsvFileType" extensions="tsv;tab" fieldName="INSTANCE"/> -- >
79- <!-- <fileType name="PSV" language="psv" implementationClass="net.seesharpsoft.intellij.plugins.psv.PsvFileType" extensions="psv" fieldName="INSTANCE"/> -- >
77+ <fileType name =" CSV" language =" csv" implementationClass =" net.seesharpsoft.intellij.plugins.csv.CsvFileType" extensions =" csv" fieldName =" INSTANCE" />
78+ <fileType name =" TSV" language =" tsv" implementationClass =" net.seesharpsoft.intellij.plugins.tsv.TsvFileType" extensions =" tsv;tab" fieldName =" INSTANCE" />
79+ <fileType name =" PSV" language =" psv" implementationClass =" net.seesharpsoft.intellij.plugins.psv.PsvFileType" extensions =" psv" fieldName =" INSTANCE" />
8080
8181 <fileTypeOverrider implementation =" net.seesharpsoft.intellij.plugins.csv.CsvFileTypeOverrider" />
8282
0 commit comments