[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kate/data
From:       Dominik Haumann <dhdev () gmx ! de>
Date:       2005-04-19 20:23:19
Message-ID: 20050419202319.CE6563C8 () office ! kde ! org
[Download RAW message or body]

CVS commit by dhaumann: 

this is the 3rd attempt to fix #103656.
CCBUG:103656


  M +17 -9     doxygen.xml   1.30


--- kdelibs/kate/data/doxygen.xml  #1.29:1.30
@@ -24,5 +24,5 @@
  **********************************************************************
  -->
-<language name="Doxygen" version="1.23" kateversion="2.4" section="Markup" \
extensions="*.dox;*.doxygen" mimetype="text/x-doxygen" author="Dominik Haumann \
(dhdev@gmx.de)" license="LGPL"> +<language name="Doxygen" version="1.24" \
kateversion="2.4" section="Markup" extensions="*.dox;*.doxygen" \
mimetype="text/x-doxygen" author="Dominik Haumann (dhdev@gmx.de)" license="LGPL">  \
<highlighting>  <!-- note: all tags may begin with a \ or @ char
@@ -320,15 +320,18 @@
         <Detect2Chars attribute="Comment" context="#pop" char="*" char1="/" \
lookAhead="true"/>  <DetectSpaces />
-        <RegExpr attribute="Word" context="#pop" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="ML_TagWordWord">
         <Detect2Chars attribute="Comment" context="#pop" char="*" char1="/" \
lookAhead="true"/>  <DetectSpaces />
-        <RegExpr attribute="Word" context="ML_Tag2ndWord" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="ML_Tag2ndWord">
         <Detect2Chars attribute="Comment" context="#pop" char="*" char1="/" \
lookAhead="true"/>  <DetectSpaces />
-        <RegExpr attribute="Word" context="#pop#pop" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="ML_TagString">
@@ -343,5 +346,6 @@
         <Detect2Chars attribute="Comment" context="#pop" char="*" char1="/" \
lookAhead="true"/>  <DetectSpaces />
-        <RegExpr attribute="Word" context="ML_TagString" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
 
@@ -377,13 +381,16 @@
       <context attribute="Comment" lineEndContext="#pop" name="SL_TagWord">
         <DetectSpaces />
-        <RegExpr attribute="Word" context="#pop" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="SL_TagWordWord">
         <DetectSpaces />
-        <RegExpr attribute="Word" context="SL_Tag2ndWord" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="SL_Tag2ndWord">
         <DetectSpaces />
-        <RegExpr attribute="Word" context="#pop#pop" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="SL_TagString">
@@ -396,5 +403,6 @@
       <context attribute="Comment" lineEndContext="#pop" name="SL_TagWordString">
         <DetectSpaces />
-        <RegExpr attribute="Word" context="SL_TagString" String="\S+" />
+        <RegExpr attribute="Word" context="#pop" String="\S\s" />
+        <RegExpr attribute="Word" context="#stay" String="\S" />
       </context>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic