CVS commit by cullmann: commit jeroen's patch, thx M +12 -2 description.php 1.4 --- www/apps/kate/doc/description.php #1.3:1.4 @@ -132,8 +132,18 @@

The keywords tag

-    <keywords casesensitive="1" weakDelimiter="-+"/>
+    <keywords casesensitive="1" weakDelimiter="-+" wordWrapDelimiter="()"/>
 

-This tells kate if the keywords defined with the context item keyword should be case(in)sensitive (Possible values are 1/true or 0/false) and which of the standard delimiters should be ignored. eg. for CSS highlighting - is no delimiter, cause a keyword could be font-family, which would never be highlighted if - is not defined as weakDelimiter. + This tells kate if the keywords defined with the context item keyword should +be case(in)sensitive (Possible values are 1/true or 0/false) and which of the +standard delimiters should be ignored. eg. for CSS highlighting - is no +delimiter, cause a keyword could be font-family, which would never be +highlighted if - is not defined as weakDeliminator. + +The wordWrapDeliminator attribute tells kate where to break lines when +applying wordwrap to the document (a space is implicitly added to +wordWrapDeliminator). If no wordWrapDeliminator is specified it defaults to: +<tab>.():!+,-<=>%&*/;?[]^{|}~\ +