Skip to content

Commit

Permalink
Update plugin metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon J committed Oct 5, 2024
1 parent 4837827 commit 7a5ea3b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.mwnciau"
version = "1.0-SNAPSHOT"
version = "1.0"

repositories {
mavenCentral()
Expand Down
8 changes: 2 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
<name>RBlade</name>

<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="[email protected]" url="https://www.yourcompany.com">YourCompany</vendor>
<vendor url="https://github.com/mwnciau/rblade">RBlade</vendor>

<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
<description><![CDATA[
Enter short description for your plugin here.<br>
<em>most HTML tags may be used</em>
]]></description>
<description>Supports the RBlade templating language for Ruby on Rails</description>

<!-- Product and plugin compatibility requirements.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
Expand Down Expand Up @@ -52,7 +49,6 @@
implementationClass="com.mwnciau.rblade.inspections.HtmlInspectionSuppressor"/>
<liveTemplateContext contextId="RBlade" implementation="com.mwnciau.rblade.RBladeLiveTemplateContextType" />
<internalFileTemplate name="RBlade File"/>
<html.compatibleLanguage language="RBlade"/>
</extensions>
<extensions defaultExtensionNs="org.jetbrains.plugins.ruby">
<rails.viewFileTypesProvider implementation="com.mwnciau.rblade.rails.RBladeRailsViewFileTypesProvider"/>
Expand Down
17 changes: 5 additions & 12 deletions src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/pluginIcon_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a5ea3b

Please sign in to comment.