From 74971f8e091f94e4e4546c0db9050de640149ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 27 Sep 2022 16:50:24 +0200 Subject: [PATCH] uast.md: clarify setup --- topics/basics/architectural_overview/uast.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/basics/architectural_overview/uast.md b/topics/basics/architectural_overview/uast.md index e0ac758ec..8e6f684c9 100644 --- a/topics/basics/architectural_overview/uast.md +++ b/topics/basics/architectural_overview/uast.md @@ -251,6 +251,8 @@ could be different, not only in the number of elements, but also in their order. ## Using UAST in Plugins +To use UAST in your plugin, add a [dependency](plugin_dependencies.md) on bundled Java plugin (`com.intellij.java`). + ### Language Extensions To register [extensions](plugin_extensions.md) applicable to UAST, specify `language="UAST"` in their registration in [plugin.xml](plugin_configuration_file.md).