mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
uast.md: clarify setup
This commit is contained in:
parent
ef3e2e1028
commit
74971f8e09
@ -251,6 +251,8 @@ could be different, not only in the number of elements, but also in their order.
|
|||||||
|
|
||||||
## Using UAST in Plugins
|
## 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
|
### Language Extensions
|
||||||
|
|
||||||
To register [extensions](plugin_extensions.md) applicable to UAST, specify `language="UAST"` in their registration in <path>[plugin.xml](plugin_configuration_file.md)</path>.
|
To register [extensions](plugin_extensions.md) applicable to UAST, specify `language="UAST"` in their registration in <path>[plugin.xml](plugin_configuration_file.md)</path>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user