mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Simple Language Plugin: cleanup plugin.xml
This commit is contained in:
parent
d374ad22ce
commit
c19be9cb7b
@ -1,43 +1,15 @@
|
|||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
<id>com.simpleplugin.unique.plugin.id</id>
|
<id>com.simpleplugin.unique.plugin.id</id>
|
||||||
<name>Simple</name>
|
<name>Simple Language</name>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<vendor email="support@yourcompany.com" url="http://www.yourcompany.com">YourCompany</vendor>
|
<vendor>JetBrains</vendor>
|
||||||
|
|
||||||
<description><![CDATA[
|
<description><![CDATA[Simple language plugin for
|
||||||
Enter short description for your plugin here.<br>
|
<a href="http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support_tutorial.html">Custom Language Support Tutorial</a>]]></description>
|
||||||
<small>most HTML tags may be used</small>
|
|
||||||
]]></description>
|
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
|
||||||
Add change notes here.<br>
|
|
||||||
<small>most HTML tags may be used</small>
|
|
||||||
]]>
|
|
||||||
</change-notes>
|
|
||||||
|
|
||||||
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
|
|
||||||
<idea-version since-build="107.105"/>
|
<idea-version since-build="107.105"/>
|
||||||
|
|
||||||
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
|
|
||||||
on how to target different products -->
|
|
||||||
<!-- uncomment to enable plugin in all products
|
|
||||||
<depends>com.intellij.modules.lang</depends>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<application-components>
|
|
||||||
<!-- Add your application components here -->
|
|
||||||
</application-components>
|
|
||||||
|
|
||||||
<project-components>
|
|
||||||
<!-- Add your project components here -->
|
|
||||||
</project-components>
|
|
||||||
|
|
||||||
<actions>
|
|
||||||
<!-- Add your actions here -->
|
|
||||||
</actions>
|
|
||||||
|
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
<!-- Add your extensions here -->
|
|
||||||
<fileTypeFactory implementation="com.simpleplugin.SimpleFileTypeFactory"/>
|
<fileTypeFactory implementation="com.simpleplugin.SimpleFileTypeFactory"/>
|
||||||
<lang.parserDefinition language="Simple" implementationClass="com.simpleplugin.SimpleParserDefinition"/>
|
<lang.parserDefinition language="Simple" implementationClass="com.simpleplugin.SimpleParserDefinition"/>
|
||||||
<lang.syntaxHighlighterFactory key="Simple"
|
<lang.syntaxHighlighterFactory key="Simple"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user