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).