mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
language_injection.md: clarify
This commit is contained in:
parent
91c28e8302
commit
3ec55a86db
@ -99,7 +99,7 @@ The XML file with the injection configurations is loaded through the `org.intell
|
||||
It is important to make a distinction between plugin authors who want to provide injections into existing languages and plugin authors who want to provide support for IntelliLang injections in their custom language.
|
||||
Both define their injections by providing XML configurations and loading them through the <path>[plugin.xml](plugin_configuration_file.md)</path>.
|
||||
However, custom language authors need to implement the `org.intellij.intelliLang.languageSupport` EP to make their language and PSI element patterns known to IntelliLang.
|
||||
Therefore, plugin authors who want to provide injections for known languages can skip the first step.
|
||||
Therefore, plugin authors who want to provide injections for existing languages can skip the first step.
|
||||
|
||||
#### Implement org.intellij.intelliLang.languageSupport EP
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user