Yaml language support
Answered
Is there any dependency for yaml, similar what we have for properties, like:
<depends>com.intellij.properties</depends>
I want to use this just like for properties:
PsiFileFactory.getInstance(Objects.requireNonNull(e.getProject()))
.createFileFromText(PropertiesLanguage.INSTANCE, newContent);
Please sign in to leave a comment.
Hi Alex,
Yes, it is
org.jetbrains.plugins.yaml
. We will add it to the list on:https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#ids-of-bundled-plugins