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.
tdelibs/kate/data/gitolite.xml

44 lines
1.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language version="0.1" kateversion="2.4" name="Gitolite" section="Configuration" extensions="gitolite.conf" author="Andor Dávid (david-andor@kozpontiagy.hu)" license="GPL">
<highlighting>
<list name="keywords">
<item>repo</item>
</list>
<contexts>
<context name="Normal Text" attribute="Normal Text" lineEndContext="#pop">
<DetectChar context="SingleLineComment" char="#" />
<keyword attribute="Keyword" context="#stay" String="keywords" />
<RegExpr attribute="Group" context="#stay" String="\@[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" />
<RegExpr attribute="Symbol" context="Value" String="=" />
</context>
<context name="SingleLineComment" attribute="Comment (Single)" lineEndContext="#pop" ></context>
<context name="Value" attribute="Value" lineEndContext="#pop">
<RegExpr attribute="Group" context="#stay" String="\@[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" />
</context>
</contexts>
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal"/>
<itemData name="Comment (Single)" defStyleNum="dsComment" />
<itemData name="Keyword" defStyleNum="dsKeyword" spellChecking="false" />
<itemData name="Group" defStyleNum="dsKeyword" spellChecking="false" />
<!-- <itemData name="Refs" defStyleNum="dsKeyword" spellChecking="false" /> -->
<itemData name="Symbol" defStyleNum="dsString" />
</itemDatas>
</highlighting>
<general>
<keywords casesensitive="1" />
<comments>
<comment name="singleLine" start="#" />
</comments>
</general>
</language>