You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
151 lines
6.3 KiB
151 lines
6.3 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE language SYSTEM "language.dtd"> |
|
<!-- This goes into $KDEDIR/share/apps/katepart/syntax, or |
|
it can go to $KDEHOME/share/apps/katepart/syntax |
|
--> |
|
<language name="kdesrc-buildrc" version="0.5.1" kateversion="2.4" section="Configuration" extensions=".kdesrc-buildrc;kdesrc-buildrc;.kdesvn-buildrc;kdesvn-buildrc" author="Michael Pyne <mpyne@kde.org>" license="LGPL"> |
|
|
|
<highlighting> |
|
<list name="bools"> |
|
<item>true</item> |
|
<item>false</item> |
|
<item>TRUE</item> |
|
<item>FALSE</item> |
|
</list> |
|
|
|
<list name="setEnvOptions"> |
|
<item>set-env</item> <!-- Handled separately for special syntax highlighting. --> |
|
</list> |
|
|
|
<!-- These options should only have a boolean value passed to them. --> |
|
<list name="boolOptions"> |
|
<item>async</item> |
|
<item>build-system-only</item> |
|
<item>build-when-unchanged</item> |
|
<item>colorful-output</item> |
|
<item>disable-agent-check</item> |
|
<item>disable-snapshot</item> |
|
<item>install-after-build</item> |
|
<item>manual-build</item> |
|
<item>manual-update</item> |
|
<item>no-svn</item> |
|
<item>no-src</item> |
|
<item>pretend</item> |
|
<item>purge-old-logs</item> |
|
<item>reconfigure</item> |
|
<item>recreate-configure</item> |
|
<item>refresh-build</item> |
|
<item>remove-after-install</item> |
|
<item>run-tests</item> |
|
<item>stop-on-failure</item> |
|
<item>use-idle-io-priority</item> |
|
</list> |
|
|
|
<list name="options"> |
|
<item>binpath</item> |
|
<item>branch</item> |
|
<item>build-dir</item> |
|
<item>checkout-only</item> |
|
<item>cmake-options</item> |
|
<item>configure-flags</item> |
|
<item>cxxflags</item> |
|
<item>debug-level</item> |
|
<item>dest-dir</item> |
|
<item>do-not-compile</item> |
|
<item>email-address</item> |
|
<item>email-on-compile-error</item> |
|
<item>kdedir</item> |
|
<item>kde-languages</item> |
|
<item>libpath</item> |
|
<item>log-dir</item> |
|
<item>make-install-prefix</item> |
|
<item>make-options</item> |
|
<item>module-base-path</item> |
|
<item>niceness</item> |
|
<item>override-url</item> |
|
<item>prefix</item> |
|
<item>qtdir</item> |
|
<item>repository</item> |
|
<item>revision</item> |
|
<item>source-dir</item> |
|
<item>svn-server</item> |
|
<item>tag</item> |
|
</list> |
|
|
|
<contexts> |
|
<context name="Module" attribute="Normal Text" lineEndContext="#stay"> |
|
<DetectSpaces/> |
|
<RegExpr attribute="Comment" String="#.*$" context="#stay"/> |
|
<RegExpr attribute="Global Declaration" context="Module Options" String="global" beginRegion="Global Options" firstNonSpace="true" /> |
|
<RegExpr attribute="Module Declaration" context="Module Decl" String="module\s+" firstNonSpace="true" /> |
|
</context> |
|
|
|
<context name="Module Decl" attribute="Module Name" lineEndContext="Module Options"> |
|
<RegExpr String="[a-zA-Z0-9/-]*" context="#stay" beginRegion="Module Options"/> |
|
<RegExpr attribute="Comment" String="#.*$" context="#stay"/> |
|
</context> |
|
|
|
<context name="Module Options" attribute="Normal Text" lineEndContext="#stay"> |
|
<DetectSpaces/> |
|
<RegExpr attribute="Comment" String="#.*$" context="#stay"/> |
|
<keyword attribute="Option Name" context="Environment Name" String="setEnvOptions" /> |
|
<keyword attribute="Option Name" context="Option Value" String="options"/> |
|
<keyword attribute="Option Name" context="Bool Option Value" String="boolOptions"/> |
|
|
|
<RegExpr attribute="Module Declaration" context="Module" endRegion="Module Options" String="end module" firstNonSpace="true"/> |
|
<RegExpr attribute="Module Declaration" context="Module" endRegion="Global Options" String="end global" firstNonSpace="true"/> |
|
|
|
<!-- No kdesrc-build options start with digits or a dash. --> |
|
<RegExpr attribute="Possible Error" context="Option Value" String="[0-9-][a-zA-Z0-9-]+" /> |
|
<RegExpr attribute="Unknown Option Name" context="Option Value" String="[a-zA-Z0-9-]+" /> |
|
</context> |
|
|
|
<context name="Option Value" attribute="Normal Text" lineEndContext="#pop"> |
|
<RegExpr attribute="Comment" String="#.*$" /> |
|
<DetectSpaces/> |
|
<RegExpr attribute="Variable" String="\$\{[a-zA-Z0-9-]+\}"/> |
|
<RegExpr attribute="Option Value" String="[a-zA-Z:0-9,./+!=@-]*" context="#stay" /> |
|
<LineContinue context="#stay"/> |
|
<AnyChar attribute="Option Value" String="\\"/> |
|
</context> |
|
|
|
<context name="Bool Option Value" attribute="Normal Text" lineEndContext="#pop"> |
|
<keyword attribute="Option Value" context="#stay" String="bools"/> |
|
<RegExpr attribute="Comment" String="#.*$" /> |
|
<DetectSpaces/> |
|
<RegExpr attribute="Possible Error" String="[^\\]*"/> |
|
<LineContinue attribute="Possible Error" context="#stay"/> |
|
<AnyChar attribute="Possible Error" String="\\"/> |
|
</context> |
|
|
|
<context name="Environment Name" attribute="Environment Variable Name" lineEndContext="#pop"> |
|
<RegExpr attribute="Comment" String="#.*$" /> |
|
<DetectSpaces/> |
|
<RegExpr attribute="Environment Variable Name" context="Option Value" String="[a-zA-Z0-9_-]+" /> |
|
</context> |
|
</contexts> |
|
|
|
<itemDatas> |
|
<itemData name="Normal Text" defStyleNum="dsNormal" /> |
|
<itemData name="Comment" defStyleNum="dsComment"/> |
|
<itemData name="Boolean" defStyleNum="dsDecVal" bold="true" color="purple"/> |
|
<itemData name="Option Name" defStyleNum="dsKeyword" bold="false" /> |
|
<itemData name="Unknown Option Name" defStyleNum="dsKeyword" bold="false" color="#7D4C0B" /> |
|
<itemData name="Environment Variable Name" defStyleNum="dsString" color="#EE6A50" /> |
|
<itemData name="Option Value" defStyleNum="dsDecVal" /> |
|
<itemData name="Variable" defStyleNum="dsOthers" /> |
|
<itemData name="Module Declaration" defStyleNum="dsKeyword"/> |
|
<itemData name="Module Name" defStyleNum="dsOthers" bold="true" /> |
|
<itemData name="Global Declaration" defStyleNum="dsKeyword"/> |
|
<itemData name="Possible Error" defStyleNum="dsError" /> |
|
</itemDatas> |
|
</highlighting> |
|
|
|
<general> |
|
<comments> |
|
<comment name="singleLine" start="#"/> |
|
</comments> |
|
<keywords weakDeliminator="-"/> |
|
</general> |
|
|
|
</language>
|
|
|