From 68802bec6c22257e797526b07cf9eeab5f1fffe9 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 17 Oct 2023 14:01:54 +0200 Subject: [PATCH] plugin_dependencies.md: Add YAML plugin ID to the bundled plugins list --- topics/basics/plugin_structure/plugin_dependencies.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md index 6856095e6..b3ee67e64 100644 --- a/topics/basics/plugin_structure/plugin_dependencies.md +++ b/topics/basics/plugin_structure/plugin_dependencies.md @@ -63,6 +63,7 @@ See also [](extension_point_list.md#intellij-community-plugins) and [](plugin_co | Maven | `org.jetbrains.idea.maven` | | | Spring | `com.intellij.spring` | [](spring_api.md) | | Spring Boot | `com.intellij.spring.boot` | [](spring_api.md#spring-boot) | +| YAML | `org.jetbrains.plugins.yaml` | | ### Preparing Sandbox