Git commit afa4538b6412977d0aeb8f7a0c100a9f314df3ad by Christoph Cullmann. Committed on 21/12/2019 at 15:12. Pushed by scmsync into branch 'master'.
document that the version is important for the choice of the syntax definition to load BUG: 414997 M +2 -0 doc/katepart/development.docbook https://commits.kde.org/kate/afa4538b6412977d0aeb8f7a0c100a9f314df3ad diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index 632adfd7e..d49310948 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -237,6 +237,8 @@ GenericDataLocation</option></userinput> which usually is <para>On &Windows; these files are located <filename>%USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax</filename>. <replaceable>%USERPROFILE%</replaceable> usually expands to <filename>C:\\Users\\<replaceable>user</replaceable></filename>.</para> +<para>If multiple files exist for the same language, the file with the highest <userinput>version</userinput> attribute in the <userinput>language</userinput> element will be loaded.</para> + <variablelist> <title>Main sections of &kappname; Highlight Definition files</title>
