30 lines
783 B
XML
30 lines
783 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE language>
|
|
|
|
<language name="GDB Init" section="Other"
|
|
version="3" kateversion="5.0"
|
|
extensions="*.gdbinit"
|
|
mimetype=""
|
|
author="Milian Wolff (mail@milianw.de)" license="LGPL">
|
|
|
|
<highlighting>
|
|
<contexts>
|
|
<context name="default" attribute="Normal" lineEndContext="#stay">
|
|
<!-- highlight gdbinit files without leading (gdb) -->
|
|
<IncludeRules context="gdb##GDB" />
|
|
</context>
|
|
</contexts>
|
|
<itemDatas>
|
|
<itemData name="Normal" defStyleNum="dsNormal" spellChecking="false" />
|
|
</itemDatas>
|
|
</highlighting>
|
|
<general>
|
|
<comments>
|
|
<comment name="singleLine" start="#" />
|
|
</comments>
|
|
</general>
|
|
|
|
</language>
|
|
|
|
<!-- kate: replace-tabs on; tab-width 2; indent-width 2; -->
|