File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 66 - IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
77 - IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
88 - IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.7
9+ - IDEA_VERSION=IC-2019.2.1 GRAMMAR_KIT_VERSION=2017.1.7
910 - IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=07f30a1e7666f36ae780f614b6bbc89690ba36c3
1011
1112script : xvfb-run gradle check
Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ FIX: auto cell height computation
6060 <depends >com.intellij.modules.lang</depends >
6161
6262 <extensions defaultExtensionNs =" com.intellij" >
63- <fileType name =" FileType_CSV" implementationClass =" net.seesharpsoft.intellij.plugins.csv.CsvFileType" extensions =" csv" />
64- <fileType name =" FileType_TSV" implementationClass =" net.seesharpsoft.intellij.plugins.tsv.TsvFileType" extensions =" tsv;tab" />
65- <fileType name =" FileType_PSV" implementationClass =" net.seesharpsoft.intellij.plugins.psv.PsvFileType" extensions =" psv" />
66-
67- <!-- backward compatibility -->
6863 <fileTypeFactory implementation =" net.seesharpsoft.intellij.plugins.csv.CsvFileTypeFactory" />
6964 <fileTypeFactory implementation =" net.seesharpsoft.intellij.plugins.tsv.TsvFileTypeFactory" />
7065 <fileTypeFactory implementation =" net.seesharpsoft.intellij.plugins.psv.PsvFileTypeFactory" />
You can’t perform that action at this time.
0 commit comments