From 662ce45af3dfa9147cd92a34e58c82b40ca744f1 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 24 Jun 2024 14:38:41 +0200 Subject: [PATCH] psi_helper_and_utilities.md: Correction about mixins --- .../custom_language_support/psi_helper_and_utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/tutorials/custom_language_support/psi_helper_and_utilities.md b/topics/tutorials/custom_language_support/psi_helper_and_utilities.md index ae4f8426e..9aa120806 100644 --- a/topics/tutorials/custom_language_support/psi_helper_and_utilities.md +++ b/topics/tutorials/custom_language_support/psi_helper_and_utilities.md @@ -14,7 +14,7 @@ Helper classes and utilities can be embedded in the code generated by Grammar-Kit. -> Note that due to the [lack of support for two-pass generation](https://github.com/JetBrains/gradle-grammar-kit-plugin/issues/3), extending PSI elements with methods via utils or mixins is not supported in [Gradle Grammar-Kit Plugin](tools_gradle_grammar_kit_plugin.md). +> Note that due to the [lack of support for two-pass generation](https://github.com/JetBrains/gradle-grammar-kit-plugin/issues/3), extending PSI elements with methods via utils is not supported in [Gradle Grammar-Kit Plugin](tools_gradle_grammar_kit_plugin.md). > {style="warning"}