From eb48f5d94a0ecbc89e932ee7fef4fe938bb93c0b Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 25 Mar 2022 14:43:58 +0100 Subject: [PATCH] language_injection.md: fix IntelliLang plugin ID --- .../custom_language_support/language_injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/reference_guide/custom_language_support/language_injection.md b/topics/reference_guide/custom_language_support/language_injection.md index 4594a83e8..e0f41f5b6 100644 --- a/topics/reference_guide/custom_language_support/language_injection.md +++ b/topics/reference_guide/custom_language_support/language_injection.md @@ -201,7 +201,7 @@ If there is no primary `LanguageInjectionPerformer` found, then a fallback injec The method `performInjection()` does the actual injection into the context PSI element and/or some elements around it if needed in case if they are semantically connected (concatenation injection for instance). -> To use Language Injection API in your project, [add dependency](plugin_dependencies.md#2-project-setup) on the `IntelliLang` plugin. +> To use Language Injection API in your project, [add dependency](plugin_dependencies.md#2-project-setup) on the `org.intellij.intelliLang` plugin. > {type="note"}