-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon J
committed
Oct 5, 2024
1 parent
4837827
commit 7a5ea3b
Showing
4 changed files
with
13 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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"/> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.