Files
RedBear-OS/local/recipes/kde/kf6-syntaxhighlighting/source/autotests/input/syntax/testlang.xml
T

28 lines
808 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="Test Syntax" section="Others" version="1" kateversion="5.0">
<highlighting>
<list name="keywords">
<item>one</item>
<item>two</item>
<item>three</item>
</list>
<contexts>
<context name="Normal" attribute="Normal Text" lineEndContext="#stay">
<DetectSpaces />
<keyword attribute="Keyword" context="#stay" String="keywords" />
<DetectIdentifier />
</context>
</contexts>
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal" />
<itemData name="Keyword" defStyleNum="dsKeyword" spellChecking="false" />
</itemDatas>
</highlighting>
<general>
<keywords casesensitive="1" />
</general>
</language>