<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE language><language name="Intel HEX" section="Other" extensions="*.hex;*.ihx" version="2" kateversion="5.62" author="Miklos Marton (martonmiklosqdev@gmail.com)" license="MIT"><highlighting><contexts><context name="Malformed" attribute="Malformed"><DetectChar char=":" context="Startcode"/></context><context name="Checksum" attribute="Checksum" lineEndContext="#pop"/><context name="Address" attribute="Address" lineEndContext="#pop"><RegExpr String="(00|01|02|03|04|05)" context="RecordType"/><RegExpr String="([1-9]|(06|07|08|09))" context="#pop#pop#pop"/></context><context name="Bytecount" attribute="Bytecount" lineEndContext="#pop"><RegExpr String="[0-9A-F]{4}" context="Address"/></context><context name="Data" attribute="Data" lineEndContext="#pop"><RegExpr String="[0-9A-F]{2}$" context="Checksum"/></context><context name="RecordType" attribute="RecordType" lineEndContext="#pop"><RegExpr String="[0-9A-F]{2}$" context="Checksum"/><RegExpr String="[0-9A-F]{2}" context="Data"/></context><context name="Startcode" attribute="Startcode" lineEndContext="#pop"><RegExpr String="[0-9A-F]{2}" context="Bytecount"/></context></contexts><itemDatas><itemData name="Malformed" defStyleNum="dsAlert" spellChecking="0"/><itemData name="Startcode" defStyleNum="dsSpecialChar" spellChecking="0"/><itemData name="Bytecount" defStyleNum="dsCommentVar" spellChecking="0"/><itemData name="Address" defStyleNum="dsConstant" spellChecking="0"/><itemData name="RecordType" defStyleNum="dsAnnotation" spellChecking="0"/><itemData name="Data" defStyleNum="dsDecVal" spellChecking="0"/><itemData name="Checksum" defStyleNum="dsAlert" spellChecking="0"/></itemDatas></highlighting></language>