[simple language plugin] FQN EP names in comment

This commit is contained in:
Yann Cébron 2020-08-12 11:42:31 +02:00
parent 857d945494
commit 5774ff7036

View File

@ -40,7 +40,7 @@
language="Simple" extensions="simple"/>
<!--
Only required for versions of the IntelliJ Platform prior to v2019.2.
Use fileTypeFactory extension point INSTEAD of fileType.
Use 'com.intellij.fileTypeFactory' extension point INSTEAD of above 'com.intellij.fileType'.
<fileTypeFactory implementation="org.intellij.sdk.language.SimpleFileTypeFactory"/>
-->
<lang.parserDefinition language="Simple" implementationClass="org.intellij.sdk.language.SimpleParserDefinition"/>