mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[simple language plugin] FQN EP names in comment
This commit is contained in:
parent
857d945494
commit
5774ff7036
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user