feat: add missing KF6 framework recipes
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?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; -->
|
||||
Reference in New Issue
Block a user