Warning, /frameworks/syntax-highlighting/data/syntax/ply.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE language>
0003 <language name="PLY" version="4" kateversion="5.0" section="3D" extensions="*.ply" mimetype="" author="Volker Krause (vkrause@kde.org)" license="LGPLv2+">
0004     <highlighting>
0005         <list name="keywords">
0006             <item>format</item>
0007             <item>element</item>
0008             <item>property</item>
0009             <item>end_header</item>
0010         </list>
0011         <list name="types">
0012             <item>char</item>
0013             <item>uchar</item>
0014             <item>short</item>
0015             <item>ushort</item>
0016             <item>int</item>
0017             <item>uint</item>
0018             <item>float</item>
0019             <item>double</item>
0020             <item>list</item>
0021         </list>
0022         <contexts>
0023             <context name="entryPoint" attribute="Error" lineEndContext="#stay">
0024                 <StringDetect String="ply" context="Header"/>
0025             </context>
0026             <context name="Header" attribute="Normal Text" lineEndContext="#stay">
0027                 <DetectSpaces/>
0028                 <Float attribute="Float" context="#stay"/>
0029                 <Int attribute="Decimal" context="#stay"/>
0030                 <StringDetect String="comment" context="Comment" lookAhead="true"/>
0031                 <keyword attribute="Keyword" context="#stay" String="keywords" column="0"/>
0032                 <keyword attribute="DataType" context="#stay" String="types"/>
0033             </context>
0034             <context name="Comment" attribute="Comment" lineEndContext="#pop">
0035                 <DetectSpaces />
0036                 <IncludeRules context="##Comments"/>
0037             </context>
0038         </contexts>
0039         <itemDatas>
0040             <itemData name="Normal Text" defStyleNum="dsNormal"/>
0041             <itemData name="Keyword"     defStyleNum="dsKeyword"/>
0042             <itemData name="Decimal"     defStyleNum="dsDecVal"/>
0043             <itemData name="Float"       defStyleNum="dsFloat"/>
0044             <itemData name="Comment"     defStyleNum="dsComment"/>
0045             <itemData name="Error"       defStyleNum="dsError"/>
0046             <itemData name="DataType"    defStyleNum="dsDataType"/>
0047         </itemDatas>
0048     </highlighting>
0049     <general>
0050         <comments>
0051             <comment name="singleLine" start="comment"/>
0052         </comments>
0053     </general>
0054 </language>
0055 <!-- kate: replace-tabs on; tab-width 4; indent-width 4; -->