<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE language><language name="Jinja/Mustache/Handlebars (HTML)" version="10" kateversion="5.79" section="Other" priority="1" mimetype="" extensions="*.mustache.jinja;*.mustache.jinja2;*.mustache.j2;*.handlebars.jinja;*.handlebars.jinja2;*.handlebars.j2;*.hbs.jinja;*.hbs.jinja2;*.hbs.j2;*.ractive.jinja;*.ractive.jinja2;*.ractive.j2;*.hogan.jinja;*.hogan.jinja2;*.hogan.j2;*.hulk.jinja;*.hulk.jinja2;*.hulk.j2;*.html.mst.jinja;*.html.mst.jinja2;*.html.mst.j2;*.html.mu.jinja;*.html.mu.jinja2;*.html.mu.j2;*.html.rac.jinja;*.html.rac.jinja2;*.html.rac.j2" author="Nibaldo González (nibgonz@gmail.com), based on the HTML highlighter by Wilbert Berendsen (wilbert@kde.nl)" license="MIT" generated="true"><highlighting><contexts><context name="Normal" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><WordDetect String="&lt;style" attribute="Element Tag" context="CSS" beginRegion="style" insensitive="1"/><WordDetect String="&lt;script" attribute="Element Tag" context="JS" beginRegion="script" insensitive="1"/><IncludeRules context="Base"/></context><context name="MustacheVariables" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="\{{" attribute="Normal Text"/><StringDetect String="{{" context="StartMustacheVariable" lookAhead="1"/></context><context name="ElementTagEnd" attribute="Error"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char=">" attribute="Element Tag" context="#pop"/><DetectSpaces attribute="Normal Text"/><IncludeRules context="MustacheVariables"/></context><context name="ElementTag" attribute="Error"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="/>" attribute="Element Tag" context="#pop"/><DetectChar char=">" attribute="Element Tag" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindAttributes"/><DetectSpaces attribute="Normal Text"/></context><context name="MustacheInside" attribute="Mustache Inside" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char='"' attribute="String" context="MustacheStringDQ"/><DetectChar char="'" attribute="String" context="MustacheStringSQ"/><AnyChar String=".[]|" attribute="Symbol"/><RegExpr String="(?:\s|^)[A-Za-z_:\*#\(\[][\)\]\w\.:_-]*(?=\s*\=)" attribute="Attribute" context="MustacheSymbolValue"/></context><context name="FindEntityRefs" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><RegExpr String="&amp;(?:#[0-9]+|#[xX][0-9A-Fa-f]+|[A-Za-z_:][\w.:_-]*);" attribute="EntityRef"/></context><context name="CSS-RuleSet" attribute="Normal Text" fallthroughContext="CSS-Rule"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><DetectChar char="{" attribute="Normal Text" context="CSS-RuleSet" beginRegion="ruleset"/><DetectChar char="}" attribute="Normal Text" context="#pop" endRegion="ruleset"/><AnyChar String=".#:,[*>+~|&amp;" context="CSS-Selector" lookAhead="1"/></context><context name="FindAttributes" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><RegExpr String="(?:\s|^)[A-Za-z_:\*#\(\[][\)\]\w\.:_-]*" attribute="Attribute"/><RegExpr String="\=(?=\s*/?>)" attribute="Error"/><DetectChar char="=" attribute="Symbol" context="Value"/></context><context name="FindPEntityRefs" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><RegExpr String="&amp;(?:#[0-9]+|#[xX][0-9A-Fa-f]+|[A-Za-z_:][\w.:_-]*);" attribute="EntityRef"/><RegExpr String="%[A-Za-z_:][\w.:_-]*;" attribute="PEntityRef"/><AnyChar String="&amp;%" attribute="Error"/></context><context name="MustacheVariable" attribute="Mustache Inside"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="}}" attribute="Mustache Variable" context="#pop"/><IncludeRules context="MustacheInside"/></context><context name="MustacheVariableBlock" attribute="Mustache Inside"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="}}" attribute="Mustache Block" context="#pop"/><IncludeRules context="MustacheInside"/></context><context name="OverwriteJavaScript" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="`" attribute="JS: Template" context="JavaScript-Template"/><StringDetect String="String.raw`" attribute="JS: Template" context="JavaScript-RawTemplate"/><DetectChar char='"' attribute="String" context="JavaScript-String"/><DetectChar char="'" attribute="String" context="JavaScript-StringSQ"/><DetectChar char="{" attribute="Symbol" context="JavaScript-Object" beginRegion="Brace"/><DetectChar char="?" attribute="Symbol"/></context><context name="CSS-Selector" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><DetectChar char="{" attribute="Normal Text" context="#pop!CSS-RuleSet" beginRegion="ruleset"/><DetectChar char="}" attribute="Normal Text" context="#pop#pop" endRegion="ruleset"/><IncludeRules context="Selector##Jinja/CSS"/></context><context name="FindComments" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="&lt;!--" attribute="Comment" context="Comment" beginRegion="Comment"/></context><context name="FindDTDRules" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><RegExpr String="&lt;!(?:ELEMENT|ENTITY|ATTLIST|NOTATION)\b" attribute="Doctype" context="Doctype Markupdecl"/></context><context name="FindPI" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><RegExpr String="&lt;\?[\w:-]*" attribute="Processing Instruction" context="PI" beginRegion="pi"/></context><context name="MustachePartial" attribute="Mustache Partial"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="}}" attribute="Mustache Variable" context="#pop"/><IncludeRules context="MustacheInside"/></context><context name="MustacheVariableUnescape" attribute="Mustache Inside"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="}}}" attribute="Mustache Variable Unescape" context="#pop"/><IncludeRules context="MustacheInside"/></context><context name="Base" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><StringDetect String="&lt;![CDATA[" attribute="CDATA" context="CDATA" beginRegion="cdata"/><WordDetect String="&lt;!DOCTYPE" attribute="Doctype" context="Doctype" beginRegion="doctype" insensitive="1"/><IncludeRules context="FindPI"/><IncludeRules context="FindTags"/><IncludeRules context="FindElementTagEnd"/><IncludeRules context="FindComments"/><IncludeRules context="FindDTDRules"/><IncludeRules context="FindEntityRefs"/></context><context name="CDATA" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><StringDetect String="]]>" attribute="CDATA" context="#pop" endRegion="cdata"/></context><context name="CSS" attribute="Error"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="/>" attribute="Element Tag" context="#pop" endRegion="style"/><DetectChar char=">" attribute="Element Tag" context="#pop!CSSContent"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindAttributes"/><DetectSpaces attribute="Normal Text"/></context><context name="CSS-Rule" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><AnyChar String=".#,[*>+~|&amp;@{}" context="#pop!CSS-Selector" lookAhead="1"/><IncludeRules context="Rule##Jinja/CSS"/></context><context name="CSS-SelectorAttr" attribute="CSS: Selector Attribute"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="]" attribute="CSS: Selector Attribute" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="SelectorAttr##Jinja/CSS"/></context><context name="CSSContent" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><WordDetect String="&lt;/style" attribute="Element Tag" context="#pop!ElementTagEnd" endRegion="style" insensitive="1"/><IncludeRules context="MustacheVariables"/><DetectChar char="{" attribute="Normal Text" context="CSS-RuleSet" beginRegion="ruleset"/><DetectChar char="[" attribute="CSS: Selector Attribute" context="CSS-SelectorAttr"/><IncludeRules context="##Jinja/CSS" includeAttrib="1"/></context><context name="Comment" attribute="Comment"><IncludeRules context="jinja_boot##Jinja"/><DetectSpaces/><StringDetect String="-->" attribute="Comment" context="#pop" endRegion="Comment"/><IncludeRules context="MustacheVariables"/><IncludeRules context="##Jinja/Comments"/></context><context name="Doctype" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><DetectChar char=">" attribute="Doctype" context="#pop" endRegion="doctype"/><DetectChar char="[" attribute="Doctype" context="Doctype Internal Subset" beginRegion="int_subset"/></context><context name="Doctype Internal Subset" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="]" attribute="Doctype" context="#pop" endRegion="int_subset"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindDTDRules"/><IncludeRules context="FindComments"/><IncludeRules context="FindPI"/><IncludeRules context="FindPEntityRefs"/></context><context name="Doctype Markupdecl" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char=">" attribute="Doctype" context="#pop"/><IncludeRules context="MustacheVariables"/><DetectChar char='"' attribute="Value" context="Doctype Markupdecl DQ"/><DetectChar char="'" attribute="Value" context="Doctype Markupdecl SQ"/></context><context name="Doctype Markupdecl DQ" attribute="Value"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char='"' attribute="Value" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindPEntityRefs"/></context><context name="Doctype Markupdecl SQ" attribute="Value"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="'" attribute="Value" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindPEntityRefs"/></context><context name="FindElementTagEnd" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><WordDetect String="&lt;/pre" attribute="Element Tag" context="ElementTagEnd" endRegion="pre" insensitive="1"/><WordDetect String="&lt;/div" attribute="Element Tag" context="ElementTagEnd" endRegion="div" insensitive="1"/><WordDetect String="&lt;/table" attribute="Element Tag" context="ElementTagEnd" endRegion="table" insensitive="1"/><WordDetect String="&lt;/ul" attribute="Element Tag" context="ElementTagEnd" endRegion="ul" insensitive="1"/><WordDetect String="&lt;/ol" attribute="Element Tag" context="ElementTagEnd" endRegion="ol" insensitive="1"/><WordDetect String="&lt;/dl" attribute="Element Tag" context="ElementTagEnd" endRegion="dl" insensitive="1"/><WordDetect String="&lt;/article" attribute="Element Tag" context="ElementTagEnd" endRegion="article" insensitive="1"/><WordDetect String="&lt;/aside" attribute="Element Tag" context="ElementTagEnd" endRegion="aside" insensitive="1"/><WordDetect String="&lt;/details" attribute="Element Tag" context="ElementTagEnd" endRegion="details" insensitive="1"/><WordDetect String="&lt;/figure" attribute="Element Tag" context="ElementTagEnd" endRegion="figure" insensitive="1"/><WordDetect String="&lt;/footer" attribute="Element Tag" context="ElementTagEnd" endRegion="footer" insensitive="1"/><WordDetect String="&lt;/header" attribute="Element Tag" context="ElementTagEnd" endRegion="header" insensitive="1"/><WordDetect String="&lt;/main" attribute="Element Tag" context="ElementTagEnd" endRegion="main" insensitive="1"/><WordDetect String="&lt;/nav" attribute="Element Tag" context="ElementTagEnd" endRegion="nav" insensitive="1"/><WordDetect String="&lt;/section" attribute="Element Tag" context="ElementTagEnd" endRegion="section" insensitive="1"/><RegExpr String="&lt;/\s*>" attribute="Element Tag"/><RegExpr String="&lt;/\s*[A-Za-z_:][\w.:_-]*" attribute="Element Tag" context="ElementTagEnd"/></context><context name="FindTags" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><WordDetect String="&lt;pre" attribute="Element Tag" context="ElementTag" beginRegion="pre" insensitive="1"/><WordDetect String="&lt;div" attribute="Element Tag" context="ElementTag" beginRegion="div" insensitive="1"/><WordDetect String="&lt;table" attribute="Element Tag" context="ElementTag" beginRegion="table" insensitive="1"/><WordDetect String="&lt;ul" attribute="Element Tag" context="ElementTag" beginRegion="ul" insensitive="1"/><WordDetect String="&lt;ol" attribute="Element Tag" context="ElementTag" beginRegion="ol" insensitive="1"/><WordDetect String="&lt;dl" attribute="Element Tag" context="ElementTag" beginRegion="dl" insensitive="1"/><WordDetect String="&lt;article" attribute="Element Tag" context="ElementTag" beginRegion="article" insensitive="1"/><WordDetect String="&lt;aside" attribute="Element Tag" context="ElementTag" beginRegion="aside" insensitive="1"/><WordDetect String="&lt;details" attribute="Element Tag" context="ElementTag" beginRegion="details" insensitive="1"/><WordDetect String="&lt;figure" attribute="Element Tag" context="ElementTag" beginRegion="figure" insensitive="1"/><WordDetect String="&lt;footer" attribute="Element Tag" context="ElementTag" beginRegion="footer" insensitive="1"/><WordDetect String="&lt;header" attribute="Element Tag" context="ElementTag" beginRegion="header" insensitive="1"/><WordDetect String="&lt;main" attribute="Element Tag" context="ElementTag" beginRegion="main" insensitive="1"/><WordDetect String="&lt;nav" attribute="Element Tag" context="ElementTag" beginRegion="nav" insensitive="1"/><WordDetect String="&lt;section" attribute="Element Tag" context="ElementTag" beginRegion="section" insensitive="1"/><RegExpr String="&lt;\s*>" attribute="Element Tag"/><RegExpr String="&lt;\s*(?:[A-Za-z_:][\w.:_-]*|>)" attribute="Element Tag" context="ElementTag"/></context><context name="HandlebarsInlineComment" attribute="Comment"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="--}}" attribute="Comment" context="#pop" endRegion="HandlebarsInlineComment"/><DetectSpaces/><IncludeRules context="##Jinja/Comments"/></context><context name="JS" attribute="Error"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char=">" attribute="Element Tag" context="#pop!JSContent"/><StringDetect String="/>" attribute="Element Tag" context="#pop" endRegion="script"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindAttributes"/><DetectSpaces attribute="Normal Text"/></context><context name="JSCommentClose" attribute="Comment" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><WordDetect String="&lt;/script" attribute="Element Tag" context="#pop#pop!ElementTagEnd" endRegion="script" insensitive="1"/><DetectSpaces/><IncludeRules context="##Jinja/Comments"/></context><context name="JSContent" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><WordDetect String="&lt;/script" attribute="Element Tag" context="#pop!ElementTagEnd" endRegion="script" insensitive="1"/><RegExpr String="//(?=.*&lt;/script\b)" attribute="Comment" context="JSCommentClose" insensitive="1"/><IncludeRules context="MustacheVariables"/><IncludeRules context="OverwriteJavaScript"/><IncludeRules context="Normal##Jinja/JavaScript" includeAttrib="1"/></context><context name="JavaScript-Object" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="}" attribute="Symbol" context="#pop" endRegion="Brace"/><IncludeRules context="MustacheVariables"/><IncludeRules context="OverwriteJavaScript"/><IncludeRules context="Object##Jinja/JavaScript" includeAttrib="1"/></context><context name="JavaScript-RawTemplate" attribute="JS: Template"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="`" attribute="JS: Template" context="#pop"/><IncludeRules context="MustacheVariables"/></context><context name="JavaScript-String" attribute="String" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char='"' attribute="String" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="String##Jinja/JavaScript"/></context><context name="JavaScript-StringSQ" attribute="String" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="'" attribute="String" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="String SQ##Jinja/JavaScript"/></context><context name="JavaScript-Substitution" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="}" attribute="JS: Substitution" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="OverwriteJavaScript"/><IncludeRules context="Substitution##Jinja/JavaScript"/></context><context name="JavaScript-Template" attribute="JS: Template"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="`" attribute="JS: Template" context="#pop"/><StringDetect String="${" attribute="JS: Substitution" context="JavaScript-Substitution"/><IncludeRules context="MustacheVariables"/><IncludeRules context="Template##Jinja/JavaScript"/></context><context name="MustacheInlineComment" attribute="Comment"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="}}" attribute="Comment" context="#pop" endRegion="MustacheInlineComment"/><DetectSpaces/><IncludeRules context="##Jinja/Comments"/></context><context name="MustacheMarkerSet" attribute="Mustache Marker Set"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="=}}" attribute="Mustache Variable" context="#pop"/></context><context name="MustacheRawBlockContent" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><RegExpr String="\{{4}/.*\}{4}" attribute="Mustache Block" context="#pop" endRegion="HandlebarsRawBlock" minimal="1"/></context><context name="MustacheStringDQ" attribute="String" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char='"' attribute="String" context="#pop"/><LineContinue attribute="Escape"/><HlCStringChar attribute="Escape"/></context><context name="MustacheStringSQ" attribute="String" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="'" attribute="String" context="#pop"/><LineContinue attribute="Escape"/><HlCStringChar attribute="Escape"/></context><context name="MustacheSymbolValue" attribute="Mustache Inside" fallthroughContext="#pop" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="=" attribute="Symbol" context="#pop!MustacheValue"/><DetectSpaces/></context><context name="MustacheValue" attribute="Mustache Inside" fallthroughContext="#pop" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><DetectSpaces/><RegExpr String="\d+(?=[\s\}\)\]]|$)" attribute="Number" context="#pop"/></context><context name="MustacheVariableBlockEndFolding" attribute="Mustache Inside"><IncludeRules context="jinja_boot##Jinja"/><StringDetect String="}}" attribute="Mustache Block" context="#pop" endRegion="MustacheBlock"/><IncludeRules context="MustacheInside"/></context><context name="PI" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><StringDetect String="?>" attribute="Processing Instruction" context="#pop" endRegion="pi"/></context><context name="StartMustacheVariable" attribute="Normal Text"><IncludeRules context="jinja_boot##Jinja"/><RegExpr String="\{{4}[^/].*\}{4}" attribute="Mustache Block" context="#pop!MustacheRawBlockContent" beginRegion="HandlebarsRawBlock" minimal="1"/><RegExpr String="\{\{~?\s*else(?:\s+(?:if|unless|with|link\-to|each(?:\-in)?))?\b" attribute="Mustache Block" context="#pop!MustacheVariableBlock"/><RegExpr String="\{\{~?[#\^][>\*]?\s*(?:[a-zA-Z_$:\?]|[^[:ascii:]])(?:[\w$:\?\-]|[^[:ascii:]])*\b" attribute="Mustache Block" context="#pop!MustacheVariableBlock" beginRegion="MustacheBlock"/><RegExpr String="\{\{~?/\s*(?:[a-zA-Z_$:\?]|[^[:ascii:]])(?:[\w$:\?\-]|[^[:ascii:]])*\s*\}\}" attribute="Mustache Block" context="#pop" endRegion="MustacheBlock"/><RegExpr String="\{\{~?/\s*(?:[a-zA-Z_$:\?]|[^[:ascii:]])(?:[\w$:\?\-]|[^[:ascii:]])*\b" attribute="Mustache Block" context="#pop!MustacheVariableBlockEndFolding"/><RegExpr String="\{\{~?[#\^/]" attribute="Mustache Block" context="#pop!MustacheVariableBlock"/><StringDetect String="{{!--" attribute="Comment" context="#pop!HandlebarsInlineComment" beginRegion="HandlebarsInlineComment"/><StringDetect String="{{!" attribute="Comment" context="#pop!MustacheInlineComment" beginRegion="MustacheInlineComment"/><StringDetect String="{{&lt;" attribute="Mustache Variable" context="#pop!MustachePartial"/><StringDetect String="{{>" attribute="Mustache Variable" context="#pop!MustachePartial"/><StringDetect String="{{=" attribute="Mustache Variable" context="#pop!MustacheMarkerSet"/><StringDetect String="{{$" attribute="Mustache Variable" context="#pop!MustacheVariable"/><RegExpr String="\{\{\{\s*(?:log|link)\b" attribute="Mustache Variable Unescape" context="#pop!MustacheVariableUnescape"/><RegExpr String="\{\{\s*(?:log|link)\b" attribute="Mustache Variable" context="#pop!MustacheVariable"/><StringDetect String="{{{" attribute="Mustache Variable Unescape" context="#pop!MustacheVariableUnescape"/><StringDetect String="{{" attribute="Mustache Variable" context="#pop!MustacheVariable"/></context><context name="Value" attribute="Normal Text" fallthroughContext="#pop!ValueNQ"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char='"' attribute="Value" context="#pop!ValueDQ"/><DetectChar char="'" attribute="Value" context="#pop!ValueSQ"/><RegExpr String="\d+(?=\s|/?>|$)" attribute="Number" context="#pop"/><DetectSpaces/></context><context name="ValueDQ" attribute="Value"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char='"' attribute="Value" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindEntityRefs"/></context><context name="ValueNQ" attribute="Normal Text" fallthroughContext="#pop" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindEntityRefs"/><RegExpr String="/(?!>)|[^/>&lt;&#34;'\s]" attribute="Value"/></context><context name="ValueSQ" attribute="Value"><IncludeRules context="jinja_boot##Jinja"/><DetectChar char="'" attribute="Value" context="#pop"/><IncludeRules context="MustacheVariables"/><IncludeRules context="FindEntityRefs"/></context></contexts><itemDatas><itemData name="Normal Text" defStyleNum="dsNormal" spellChecking="0"/><itemData name="Comment" defStyleNum="dsComment"/><itemData name="Mustache Inside" defStyleNum="dsNormal" spellChecking="0"/><itemData name="Mustache Block" defStyleNum="dsFunction" bold="1" spellChecking="0"/><itemData name="Mustache Variable" defStyleNum="dsVariable" spellChecking="0"/><itemData name="Mustache Variable Unescape" defStyleNum="dsSpecialChar" spellChecking="0"/><itemData name="Mustache Partial" defStyleNum="dsChar" spellChecking="0"/><itemData name="Mustache Marker Set" defStyleNum="dsVariable" spellChecking="0"/><itemData name="String" defStyleNum="dsString"/><itemData name="Number" defStyleNum="dsDecVal"/><itemData name="Element Tag" defStyleNum="dsKeyword" spellChecking="0"/><itemData name="Attribute" defStyleNum="dsOthers" spellChecking="0"/><itemData name="Value" defStyleNum="dsString" spellChecking="0"/><itemData name="Symbol" defStyleNum="dsOperator"/><itemData name="Escape" defStyleNum="dsSpecialChar"/><itemData name="Error" defStyleNum="dsError" spellChecking="0"/><itemData name="EntityRef" defStyleNum="dsDecVal" spellChecking="0"/><itemData name="PEntityRef" defStyleNum="dsDecVal" spellChecking="0"/><itemData name="CDATA" defStyleNum="dsBaseN" bold="1" spellChecking="0"/><itemData name="Processing Instruction" defStyleNum="dsKeyword" spellChecking="0"/><itemData name="Doctype" defStyleNum="dsDataType" bold="1" spellChecking="0"/><itemData name="CSS: Selector Attribute" defStyleNum="dsExtension" spellChecking="0"/><itemData name="JS: Template" defStyleNum="dsVerbatimString"/><itemData name="JS: Substitution" defStyleNum="dsSpecialChar" spellChecking="0"/></itemDatas></highlighting><general><comments><comment name="multiLine" start="{{!--" end="--}}" region="HandlebarsInlineComment"/></comments></general></language>