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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE language>
0003 <language
0004     version="1"
0005     kateversion="5.0"
0006     name="Comments"
0007     section="Other"
0008     extensions=""
0009     mimetype=""
0010     author="Alex Turbov (i.zaufi@gmail.com)"
0011     license="MIT"
0012     hidden="true"
0013   >
0014   <highlighting>
0015     <contexts>
0016       <context name="Normal" attribute="Comment" lineEndContext="#pop">
0017         <IncludeRules context="##Alerts" />
0018         <IncludeRules context="##Modelines" />
0019         <IncludeRules context="##SPDX-Comments" />
0020       </context>
0021     </contexts>
0022     <itemDatas>
0023       <itemData name="Comment" defStyleNum="dsComment" />
0024     </itemDatas>
0025   </highlighting>
0026 </language>
0027 <!-- kate: indent-width 2; -->