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);
0

Please sign in to leave a comment.