|
7 | 7 | Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name --> |
8 | 8 | <name>HTML Attribute Folder</name> |
9 | 9 |
|
10 | | - <version>1.1.3</version> |
| 10 | + <version>1.2.0</version> |
11 | 11 |
|
12 | 12 | <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. --> |
13 | 13 | <vendor email="dawid@zbinski.dev" url="https://zbinski.dev">Dawid Zbiński</vendor> |
|
17 | 17 | Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description --> |
18 | 18 | <description><![CDATA[ |
19 | 19 | Annoyed with some html attributes and their length? |
| 20 | +
|
20 | 21 | This simple and lightweight plugin will help you fold them, so you don't need to see them anymore. |
21 | | - Any template written in JSX, XML, HTML, XHTML and DTD is supported by the plugin. |
22 | | - The plugin will not edit your real code in any way, and you can choose |
23 | | - whether to fold the items by default, placeholder for folded items, and how the folding looks like. |
| 22 | + Any template written in RHTML (Ruby HTML), ERB (Embedded Ruby), JSX, XML, HTML, XHTML and DTD is supported by the |
| 23 | + plugin. The plugin will not edit your real code in any way, and you can choose whether to fold the items by default, |
| 24 | + placeholder for folded items, and how the folding looks like. |
24 | 25 | ]]></description> |
25 | 26 |
|
26 | 27 | <!-- Product and plugin compatibility requirements. |
|
42 | 43 | <lang.foldingBuilder language="TypeScript JSX" implementationClass="dev.zbinski.htmlattributefolder.AttributeFolder"/> |
43 | 44 | <lang.foldingBuilder language="JavaScript" implementationClass="dev.zbinski.htmlattributefolder.AttributeFolder"/> |
44 | 45 | <lang.foldingBuilder language="JavaScript JSX" implementationClass="dev.zbinski.htmlattributefolder.AttributeFolder"/> |
| 46 | + <lang.foldingBuilder language="RHTML" implementationClass="dev.zbinski.htmlattributefolder.AttributeFolder"/> |
45 | 47 |
|
46 | 48 | <projectConfigurable parentId="tools" |
47 | 49 | nonDefaultProject="true" |
|
0 commit comments