mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
(cherry picked from commit 9869c661e2591cbaf7f8d08a3472cfe6b79f6596) GitOrigin-RevId: 35f3b2cd0bc1f318e49e338a67d8e7cab35d4e54
14 lines
666 B
XML
14 lines
666 B
XML
<idea-plugin package="ru.adelf.idea.dotenv.ruby">
|
|
<dependencies>
|
|
<plugin id="com.intellij.modules.ruby"/>
|
|
<plugin id="ru.adelf.idea.dotenv"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<completion.contributor language="ruby" implementationClass="ru.adelf.idea.dotenv.ruby.RubyEnvCompletionProvider"/>
|
|
<gotoDeclarationHandler implementation="ru.adelf.idea.dotenv.ruby.RubyEnvCompletionProvider"/>
|
|
</extensions>
|
|
|
|
<extensions defaultExtensionNs="ru.adelf.idea.dotenv">
|
|
<environmentVariablesUsagesProvider implementation="ru.adelf.idea.dotenv.ruby.RubyEnvironmentVariablesUsagesProvider"/>
|
|
</extensions>
|
|
</idea-plugin> |