Git commit 54f7937a06d30cd824823d50dbfa77bc803aabd3 by Dominik Haumann. Committed on 13/05/2014 at 21:00. Pushed by dhaumann into branch 'frameworks'.
add missing 'style' attribute M +1 -0 doc/katepart/development.docbook http://commits.kde.org/kate/54f7937a06d30cd824823d50dbfa77bc803aabd3 diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index a867651..64b2bd7 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -262,6 +262,7 @@ Available attributes are:</term> <para><userinput>priority</userinput> is necessary if another highlight definition file uses the same extensions. The higher priority will win.</para> <para><userinput>author</userinput> contains the name of the author and his email-address.</para> <para><userinput>license</userinput> contains the license, usually LGPL, Artistic, GPL or others.</para> +<para><userinput>style</userinput> contains the provided language and is used by the indenters for the attribute <literal>required-syntax-style</literal>.</para> <para><userinput>hidden</userinput> defines whether the name should appear in &kappname;'s menus.</para> <para>So the next line may look like this:</para> <programlisting>
