|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+<idea-plugin>
|
|
|
2
|
+ <id>O</id>
|
|
|
3
|
+ <name>O</name>
|
|
|
4
|
+ <version>0.0.0</version>
|
|
|
5
|
+ <vendor email="OOOOOOOOOOOOOOOO@SKIFF.COM" url="HTTP://OOOOOOOOOOOOOOOO.CARRD.CO">JetBrains</vendor>
|
|
|
6
|
+
|
|
|
7
|
+ <description><![CDATA[
|
|
|
8
|
+ ]]></description>
|
|
|
9
|
+
|
|
|
10
|
+ <change-notes><![CDATA[]]>
|
|
|
11
|
+ </change-notes>
|
|
|
12
|
+
|
|
|
13
|
+ <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
|
|
|
14
|
+ <idea-version since-build="191.0" until-build="232.*"/>
|
|
|
15
|
+
|
|
|
16
|
+ <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
|
|
|
17
|
+ on how to target different products -->
|
|
|
18
|
+
|
|
|
19
|
+ <depends>com.intellij.modules.lang</depends>
|
|
|
20
|
+
|
|
|
21
|
+
|
|
|
22
|
+ <extensions defaultExtensionNs="com.intellij">
|
|
|
23
|
+ <!-- Add your extensions here -->
|
|
|
24
|
+ <themeProvider id="O" path="/O.theme.json"/>
|
|
|
25
|
+ </extensions>
|
|
|
26
|
+
|
|
|
27
|
+ <actions>
|
|
|
28
|
+ <!-- Add your actions here -->
|
|
|
29
|
+ </actions>
|
|
|
30
|
+
|
|
|
31
|
+</idea-plugin>
|