Warning, /frameworks/syntax-highlighting/data/syntax/klipper-gcode.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="Klipper G-Code" version="1" kateversion="5.79" section="3D" extensions="*.gcode" priority="-1" mimetype="" author="Jonathan Poelen (jonathan.poelen@gmail.com)" license="MIT">
0004 
0005   <!-- https://github.com/Klipper3d/klipper/ -->
0006 
0007   <highlighting>
0008     <contexts>
0009       <context name="Start" attribute="Normal Text" fallthroughContext="GCodeExtendedLine##Klipper Config">
0010         <DetectSpaces/>
0011         <IncludeRules context="GCodeCommand##Klipper Config"/>
0012       </context>
0013     </contexts>
0014 
0015     <itemDatas>
0016       <itemData name="Normal Text" defStyleNum="dsNormal" spellChecking="0"/>
0017     </itemDatas>
0018   </highlighting>
0019 
0020   <general>
0021     <folding indentationsensitive="1"/>
0022     <comments>
0023       <comment name="singleLine" start="#"/>
0024     </comments>
0025     <keywords casesensitive="0"/>
0026   </general>
0027 </language>
0028 <!-- kate: replace-tabs on; indent-width 2; tab-width 2; -->