<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE language><language noNamespaceSchemaLocation="language.xsd" name="RETRO" section="Sources" extensions="*.retro" version="1" kateversion="5.62" license="MIT"><highlighting><contexts><context name="normal" attribute="not-code"><StringDetect String="~~~" attribute="delimter" context="code" firstNonSpace="1"/><StringDetect String="```" attribute="delimter" context="test" firstNonSpace="1"/></context><context name="ctx-char" attribute="char" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-colon" attribute="colon" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-defer" attribute="defer" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-fetch" attribute="fetch" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-fnum" attribute="fnum" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-inst" attribute="inst" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-note" attribute="note" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-num" attribute="num" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-ptr" attribute="ptr" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-store" attribute="store" lineEndContext="#pop"><DetectChar char=" " context="#pop"/></context><context name="ctx-str" attribute="str" lineEndContext="#pop"><DetectChar char=" " context="#pop"/><DetectChar char="_" attribute="note"/></context><context name="code" attribute="code"><StringDetect String="~~~" attribute="delimter" context="#pop" firstNonSpace="1"/><DetectChar char=":" attribute="colon" context="ctx-colon"/><DetectChar char="(" attribute="note" context="ctx-note"/><DetectChar char="'" attribute="str" context="ctx-str"/><DetectChar char="#" attribute="num" context="ctx-num"/><DetectChar char="." attribute="fnum" context="ctx-fnum"/><DetectChar char="&amp;" attribute="ptr" context="ctx-ptr"/><DetectChar char="$" attribute="char" context="ctx-char"/><AnyChar String="`\\" attribute="inst" context="ctx-inst"/><DetectChar char="|" attribute="defer" context="ctx-defer"/><DetectChar char="@" attribute="fetch" context="ctx-fetch"/><DetectChar char="!" attribute="store" context="ctx-store"/></context><context name="test" attribute="code"><StringDetect String="```" attribute="delimter" context="#pop" firstNonSpace="1"/><DetectChar char=":" attribute="colon" context="ctx-colon"/><DetectChar char="(" attribute="note" context="ctx-note"/><DetectChar char="'" attribute="str" context="ctx-str"/><DetectChar char="#" attribute="num" context="ctx-num"/><DetectChar char="." attribute="fnum" context="ctx-fnum"/><DetectChar char="&amp;" attribute="ptr" context="ctx-ptr"/><DetectChar char="$" attribute="char" context="ctx-char"/><AnyChar String="`\\" attribute="inst" context="ctx-inst"/><DetectChar char="|" attribute="defer" context="ctx-defer"/><DetectChar char="@" attribute="fetch" context="ctx-fetch"/><DetectChar char="!" attribute="store" context="ctx-store"/></context></contexts><itemDatas><itemData name="not-code" defStyleNum="dsComment"/><itemData name="code" defStyleNum="dsFunction"/><itemData name="delimter" defStyleNum="dsPreprocessor"/><itemData name="colon" defStyleNum="dsFunction"/><itemData name="note" defStyleNum="dsComment"/><itemData name="str" defStyleNum="dsString"/><itemData name="num" defStyleNum="dsDataType"/><itemData name="fnum" defStyleNum="dsFloat"/><itemData name="ptr" defStyleNum="dsNormal"/><itemData name="char" defStyleNum="dsChar"/><itemData name="inst" defStyleNum="dsFunction"/><itemData name="defer" defStyleNum="dsFunction"/><itemData name="fetch" defStyleNum="dsVariable"/><itemData name="store" defStyleNum="dsVariable"/></itemDatas></highlighting></language>