3 changed files with 38 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
Manifest-Version: 0.0 |
||||
|
Created-By: O |
||||
|
|
@ -0,0 +1,31 @@ |
|||||
|
<idea-plugin> |
||||
|
<id>O</id> |
||||
|
<name>O</name> |
||||
|
<version>0.0.0</version> |
||||
|
<vendor email="OOOOOOOOOOOOOOOO@SKIFF.COM" url="HTTP://OOOOOOOOOOOOOOOO.CARRD.CO">JetBrains</vendor> |
||||
|
|
||||
|
<description><![CDATA[ |
||||
|
]]></description> |
||||
|
|
||||
|
<change-notes><![CDATA[]]> |
||||
|
</change-notes> |
||||
|
|
||||
|
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description --> |
||||
|
<idea-version since-build="191.0" until-build="232.*"/> |
||||
|
|
||||
|
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html |
||||
|
on how to target different products --> |
||||
|
|
||||
|
<depends>com.intellij.modules.lang</depends> |
||||
|
|
||||
|
|
||||
|
<extensions defaultExtensionNs="com.intellij"> |
||||
|
<!-- Add your extensions here --> |
||||
|
<themeProvider id="O" path="/O.theme.json"/> |
||||
|
</extensions> |
||||
|
|
||||
|
<actions> |
||||
|
<!-- Add your actions here --> |
||||
|
</actions> |
||||
|
|
||||
|
</idea-plugin> |
After Width: | Height: | Size: 66 KiB |
Loading…
Reference in new issue