Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Annoyed with some html attributes and their length?

This simple and lightweight plugin will help you fold them, so you don't need to see them anymore. Any
template written in XML, HTML, XHTML and DTD is supported by the plugin. The plugin will not edit your real code in any way, and you can choose whether to fold
template written in JSX/TSX, XML, HTML, XHTML and DTD is supported by the plugin. The plugin will not edit your real code in any way, and you can choose whether to fold
the items by default, placeholder for folded items, and how the folding looks like.

You can find the plugin on [IntelliJ marketplace](https://plugins.jetbrains.com/plugin/19715-html-attribute-folder).
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<description><![CDATA[
Annoyed with some html attributes and their length?
This simple and lightweight plugin will help you fold them, so you don't need to see them anymore.
Any template written in XML, HTML, XHTML and DTD is supported by the plugin.
Any template written in JSX/TSX, XML, HTML, XHTML and DTD is supported by the plugin.
The plugin will not edit your real code in any way, and you can choose
whether to fold the items by default, placeholder for folded items, and how the folding looks like.
]]></description>
Expand Down