* Update kdesrc-build name in the kdesdk/scripts README

* Update the kwrite/kate syntax highlighting for kdesrc-buildrc to include all
  current options (that I know of :P)
* Update the kwrite/kate syntax highlighting for kdesrc-buildrc to scan module
  names correctly (noted by the fact that kwrite was making groups within groups
  for extragear/foo modules).

svn path=/trunk/KDE/kdesdk/scripts/kdesrc-buildrc.xml; revision=1168570
wilder
Michael Pyne 16 years ago
parent efc818e216
commit fcd5585caf
  1. 7
      kdesrc-buildrc.xml

@ -3,7 +3,7 @@
<!-- This goes into $KDEDIR/share/apps/katepart/syntax, or
it can go to $KDEHOME/share/apps/katepart/syntax
-->
<language name="kdesrc-buildrc" version="0.4" kateversion="2.4" section="Configuration" extensions=".kdesrc-buildrc;kdesrc-buildrc;.kdesvn-buildrc;kdesvn-buildrc" author="Michael Pyne &lt;mpyne@kde.org&gt;" license="LGPL">
<language name="kdesrc-buildrc" version="0.5" kateversion="2.4" section="Configuration" extensions=".kdesrc-buildrc;kdesrc-buildrc;.kdesvn-buildrc;kdesvn-buildrc" author="Michael Pyne &lt;mpyne@kde.org&gt;" license="LGPL">
<highlighting>
<list name="bools">
@ -22,8 +22,8 @@
<item>async</item>
<item>build-system-only</item>
<item>colorful-output</item>
<item>debug</item>
<item>disable-agent-check</item>
<item>disable-snapshot</item>
<item>install-after-build</item>
<item>manual-build</item>
<item>manual-update</item>
@ -37,6 +37,7 @@
<item>remove-after-install</item>
<item>run-tests</item>
<item>stop-on-failure</item>
<item>use-idle-io-priority</item>
</list>
<list name="options">
@ -79,7 +80,7 @@
</context>
<context name="Module Decl" attribute="Module Name" lineEndContext="Module Options">
<RegExpr String="[a-zA-Z0-9-]*" context="#stay" beginRegion="Module Options"/>
<RegExpr String="[a-zA-Z0-9/-]*" context="#stay" beginRegion="Module Options"/>
<RegExpr attribute="Comment" String="#.*$" context="#stay"/>
</context>

Loading…
Cancel
Save