Git commit 739e3ce6d910674b849c5488c93af5aaf65d4212 by Waqar Ahmed. Committed on 22/05/2022 at 09:02. Pushed by waqar into branch 'master'.
Add doc about colored brackets plugin M +18 -1 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/739e3ce6d910674b849c5488c93af5aaf65d4212 diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 1f2fd11bc..c03c8161e 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -52,6 +52,10 @@ The available application plugins are: - Show preview for known color names</para> </listitem> <listitem> +<para><link linkend="kate-application-plugin-colored-brackets">Colored Brackets</link> +- Colored brackets for readability</para> +</listitem> +<listitem> <para><link linkend="kate-application-plugin-ctags">CTags</link> - Look up definitions/declarations with CTags</para> </listitem> @@ -864,6 +868,20 @@ Then select <guilabel>Color Picker</guilabel> and close the dialog. </sect1> +<sect1 id="kate-application-plugin-colored-brackets"> +<title>Colored Brackets</title> + +<sect2><title>Introduction</title> +<para> +Colored brackets plugin colors matching bracket pairs in different colors to enhance readability. However, not all brackets get colored. A bracket whose matching opener or closer is not visible will be ignored. Similarly, a bracket pair that is the sole bracket pair on a line will not get colored. +</para> +</sect2> + +<sect2><title>Configuration</title> +<para>The plugin doesn't provide any configurations.</para> +</sect2> +</sect1> + <sect1 id="kate-application-plugin-ctags"> <!--https://kate-editor.org/2012/11/02/using-the-projects-plugin-in-kate/--> <title>CTags Plugin</title> @@ -4169,5 +4187,4 @@ You will have to repeat it when you start &kate; the next time.</para></listitem </sect2> </sect1> - </chapter>
