<language name="Jinja/ISO C++" section="Other" version="1771861648" kateversion="5.79" indenter="cstyle" style="C++" mimetype="text/x-c++src.jinja;text/x-c++hdr.jinja;text/x-chdr.jinja" extensions="*.c++.jinja;*.c++.jinja2;*.c++.j2;*.cxx.jinja;*.cxx.jinja2;*.cxx.j2;*.cpp.jinja;*.cpp.jinja2;*.cpp.j2;*.cc.jinja;*.cc.jinja2;*.cc.j2;*.C.jinja;*.C.jinja2;*.C.j2;*.cu.jinja;*.cu.jinja2;*.cu.j2;*.h.jinja;*.h.jinja2;*.h.j2;*.hh.jinja;*.hh.jinja2;*.hh.j2;*.H.jinja;*.H.jinja2;*.H.j2;*.h++.jinja;*.h++.jinja2;*.h++.j2;*.hxx.jinja;*.hxx.jinja2;*.hxx.j2;*.hpp.jinja;*.hpp.jinja2;*.hpp.j2;*.hcc.jinja;*.hcc.jinja2;*.hcc.j2;*.cuh.jinja;*.cuh.jinja2;*.cuh.j2;*.inl.jinja;*.inl.jinja2;*.inl.j2;*.ino.jinja;*.ino.jinja2;*.ino.j2;*.pde.jinja;*.pde.jinja2;*.pde.j2;*.moc.jinja;*.moc.jinja2;*.moc.j2;*.mpp.jinja;*.mpp.jinja2;*.mpp.j2;*.ixx.jinja;*.ixx.jinja2;*.ixx.j2;*.cppm.jinja;*.cppm.jinja2;*.cppm.j2;*.cxxm.jinja;*.cxxm.jinja2;*.cxxm.j2;*.c++m.jinja;*.c++m.jinja2;*.c++m.j2;*.ccm.jinja;*.ccm.jinja2;*.ccm.j2" author="Alex Turbov (i.zaufi@gmail.com)" license="MIT" priority="6" generated="true">
  
  <!--Generated by generate_jinja.py, the Jinja infusion script for KDE Syntax Highlighting-->
  
  <highlighting>
    
    <list name="controlflow">
      <item>break</item>
      <item>case</item>
      <item>catch</item>
      <item>continue</item>
      <item>default</item>
      <item>do</item>
      <item>else</item>
      <item>for</item>
      <item>goto</item>
      <item>if</item>
      <item>return</item>
      <item>switch</item>
      <item>throw</item>
      <item>try</item>
      <item>while</item>
      
      <item>co_await</item>
      <item>co_return</item>
      <item>co_yield</item>
    </list>

    
    <list name="keywords">
      <item>alignof</item>
      <item>alignas</item>
      <item>asm</item>
      <item>auto</item>
      <item>class</item>
      <item>consteval</item> 
      <item>constinit</item> 
      <item>constexpr</item> 
      <item>const_cast</item>
      <item>decltype</item>
      <item>delete</item>
      <item>dynamic_cast</item>
      <item>enum</item>
      <item>explicit</item>
      <item>false</item>
      <item>final</item> 
      <item>friend</item>
      <item>inline</item>
      <item>namespace</item>
      <item>new</item>
      <item>noexcept</item>
      <item>nullptr</item>
      <item>operator</item>
      <item>override</item> 
      <item>private</item>
      <item>protected</item>
      <item>public</item>
      <item>reinterpret_cast</item>
      <item>sizeof</item>
      <item>static_assert</item>
      <item>static_cast</item>
      <item>struct</item>
      <item>template</item>
      <item>this</item>
      <item>true</item>
      <item>typedef</item>
      <item>typeid</item>
      <item>typename</item>
      <item>union</item>
      <item>using</item>
      <item>virtual</item>
      
      <item>and</item>
      <item>and_eq</item>
      <item>bitand</item>
      <item>bitor</item>
      <item>compl</item>
      <item>not</item>
      <item>not_eq</item>
      <item>or</item>
      <item>or_eq</item>
      <item>xor</item>
      <item>xor_eq</item>
      
      <item>concept</item>
      <item>requires</item>
      
      
      
      <item>import</item>
      <item>module</item>
      <item>export</item> 
      
      
    </list>

    
    
    <list name="attributes">
      
      <item>noreturn</item>
      <item>carries_dependency</item>
      
      <item>deprecated</item>
      
      <item>fallthrough</item>
      <item>nodiscard</item>
      <item>maybe_unused</item>
      
      <item>likely</item>
      <item>unlikely</item>
      <item>no_unique_address</item>
      
      <item>assume</item>
      
      
    </list>

    
    
    <list name="types">
      <item>bool</item>
      <item>char</item>
      <item>char8_t</item> 
      <item>char16_t</item>
      <item>char32_t</item>
      <item>double</item>
      <item>float</item>
      <item>int</item>
      <item>long</item>
      <item>short</item>
      <item>signed</item>
      <item>unsigned</item>
      <item>void</item>
      <item>int8_t</item>
      <item>int16_t</item>
      <item>int32_t</item>
      <item>int64_t</item>
      <item>uint8_t</item>
      <item>uint16_t</item>
      <item>uint32_t</item>
      <item>uint64_t</item>
      <item>int_least8_t</item>
      <item>int_least16_t</item>
      <item>int_least32_t</item>
      <item>int_least64_t</item>
      <item>uint_least8_t</item>
      <item>uint_least16_t</item>
      <item>uint_least32_t</item>
      <item>uint_least64_t</item>
      <item>int_fast8_t</item>
      <item>int_fast16_t</item>
      <item>int_fast32_t</item>
      <item>int_fast64_t</item>
      <item>uint_fast8_t</item>
      <item>uint_fast16_t</item>
      <item>uint_fast32_t</item>
      <item>uint_fast64_t</item>
      <item>size_t</item>
      <item>ssize_t</item>
      <item>wchar_t</item>
      <item>intptr_t</item>
      <item>uintptr_t</item>
      <item>intmax_t</item>
      <item>uintmax_t</item>
      <item>ptrdiff_t</item>
      <item>sig_atomic_t</item>
      <item>wint_t</item>
      <item>va_list</item>
      <item>FILE</item>
      <item>fpos_t</item>
      <item>time_t</item>
    </list>
    <list name="modifiers">
      <item>const</item>
      <item>extern</item>
      <item>mutable</item>
      <item>register</item> 
      <item>static</item>
      <item>thread_local</item>
      <item>volatile</item>
    </list>
    
    <list name="StdMacros">
      <item>__DATE__</item>
      <item>__FILE__</item>
      <item>__LINE__</item>
      <item>__STDCPP_DEFAULT_NEW_ALIGNMENT__</item>
      <item>__STDCPP_STRICT_POINTER_SAFETY__</item>
      <item>__STDCPP_THREADS__</item>
      <item>__STDC_HOSTED__</item>
      <item>__STDC_ISO_10646__</item>
      <item>__STDC_MB_MIGHT_NEQ_WC__</item>
      <item>__STDC_VERSION__</item>
      <item>__STDC__</item>
      <item>__TIME__</item>
      <item>__cplusplus</item>
      <item>__func__</item>
      <item>assert</item>
      <item>_Pragma</item>
      
      <item>__has_include</item>
      
      <item>__has_cpp_attribute</item>
    </list>
    <list name="InMacro">
      <item>__VA_ARGS__</item>
      <item>__VA_OPT__</item>
    </list>
    <list name="preprocessor">
      <item>if</item>
      <item>ifdef</item>
      <item>ifndef</item>
      <item>elif</item>
      <item>elifdef</item> 
      <item>elifndef</item> 
      <item>else</item>
      <item>endif</item>
      <item>cmakedefine01</item>
      <item>cmakedefine</item>
      <item>define</item>
      <item>include</item>
      <item>error</item>
      <item>line</item>
      <item>pragma</item>
      <item>undef</item>
      <item>warning</item>
    </list>
    <list name="preprocessorDefine">
      <item>cmakedefine01</item>
      <item>cmakedefine</item>
      <item>define</item>
      <item>undef</item>
    </list>
    <list name="preprocessorOther">
      <item>error</item>
      <item>line</item>
      <item>pragma</item>
      <item>warning</item>
    </list>

    <contexts>
      <context name="Main" attribute="Normal Text" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        
        <AnyChar attribute="Symbol" context="#stay" String=":()]+-*=&gt;!|&amp;~^" />
        <AnyChar attribute="Separator Symbol" context="#stay" String=",;" />
        
        <DetectChar attribute="Symbol" context="#stay" char="{" beginRegion="Brace1" />
        <DetectChar attribute="Symbol" context="#stay" char="}" endRegion="Brace1" />
        <Detect2Chars attribute="Symbol" context="#stay" char="&lt;" char1="%" beginRegion="Brace1" /> 
        <Detect2Chars attribute="Symbol" context="#stay" char="%" char1="&gt;" endRegion="Brace1" /> 
        
        <Detect2Chars attribute="Symbol" context="Attribute" char="[" char1="[" />
        <StringDetect attribute="Symbol" context="Attribute" String="&lt;:&lt;:" /> 

        
        <DetectChar attribute="Preprocessor" context="AfterHash" char="#" lookAhead="1" />
        <Detect2Chars attribute="Preprocessor" context="AfterHash" char="%" char1=":" lookAhead="1" /> 
        <StringDetect attribute="Preprocessor" context="AfterHash" String="??=" lookAhead="1" /> 

        
        <RegExpr context="Number" String="\.?[0-9]" lookAhead="true" />
        
        <IncludeRules context="match comments and region markers" />
        
        <AnyChar attribute="Symbol" context="#stay" String=":(){}[].+-/*%=&lt;&gt;!|&amp;?~^" />
        
        <IncludeRules context="match keywords" />
        
        <AnyChar context="SelectString" String="UuLR&quot;'" lookAhead="1" />
        
        <IncludeRules context="DetectGccExtensions##Jinja/GCCExtensions" />
        
        <RegExpr context="DispatchNamespace" String="(std::)|(boost::|BOOST_)|details?::|aux::|internals::" lookAhead="1" />
        <IncludeRules context="match identifier" />
        
        <AnyChar attribute="Error" context="#stay" String="$@`" />
      </context>

      <context name="match comments" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <Detect2Chars attribute="Comment" context="MatchComment" char="/" char1="/" lookAhead="true" />
        <Detect2Chars attribute="Comment" context="MatchComment" char="/" char1="*" lookAhead="true" />
      </context>

      <context name="MatchComment" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="##Jinja/Doxygen" />
        <Detect2Chars attribute="Comment" context="#pop!Comment 1" char="/" char1="/" />
        <Detect2Chars attribute="Comment" context="#pop!Comment 2" char="/" char1="*" beginRegion="Comment" />
      </context>

      <context name="match comments and region markers" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <Detect2Chars attribute="Comment" context="MatchCommentAndRegionMarkers" char="/" char1="/" lookAhead="true" />
        <Detect2Chars attribute="Comment" context="MatchCommentAndRegionMarkers" char="/" char1="*" lookAhead="true" />
      </context>

      <context name="MatchCommentAndRegionMarkers" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <StringDetect attribute="Region Marker" context="#pop!Region Marker" String="//BEGIN" beginRegion="Region1" firstNonSpace="true" />
        <StringDetect attribute="Region Marker" context="#pop!Region Marker" String="//END" endRegion="Region1" firstNonSpace="true" />
        <IncludeRules context="MatchComment" />
      </context>

      <context name="match keywords" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <WordDetect attribute="Keyword" context="CheckUDLOperator" String="operator" />
        <keyword attribute="Control Flow" context="#stay" String="controlflow" />
        <keyword attribute="Keyword" context="#stay" String="keywords" />
      </context>


      <context name="SelectStringPP" attribute="Preprocessor" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="SelectString" />
      </context>
      <context name="SelectString" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="String" context="#pop!String8" char="&quot;" />
        <DetectChar attribute="Char" context="#pop!Char8" char="'" />
        <Detect2Chars context="#pop!SelectStringPrefix" char="U" char1="&quot;" lookAhead="1" />
        <Detect2Chars context="#pop!SelectStringPrefix" char="u" char1="&quot;" lookAhead="1" />
        <Detect2Chars context="#pop!SelectStringPrefix" char="L" char1="&quot;" lookAhead="1" />
        <StringDetect context="#pop!SelectStringPrefix" String="u8&quot;" lookAhead="1" />
        <StringDetect context="#pop!RawString" String="R&quot;" lookAhead="1" />
        <StringDetect context="#pop!RawString" String="uR&quot;" lookAhead="1" />
        <StringDetect context="#pop!RawString" String="UR&quot;" lookAhead="1" />
        <StringDetect context="#pop!RawString" String="LR&quot;" lookAhead="1" />
        <StringDetect context="#pop!RawString" String="u8R&quot;" lookAhead="1" />
        <Detect2Chars context="#pop!SelectCharPrefix" char="U" char1="'" lookAhead="1" />
        <Detect2Chars context="#pop!SelectCharPrefix" char="u" char1="'" lookAhead="1" />
        <Detect2Chars context="#pop!SelectCharPrefix" char="L" char1="'" lookAhead="1" />
        <StringDetect context="#pop!SelectCharPrefix" String="u8'" lookAhead="1" />

        
        <keyword attribute="Data Type" context="#pop" String="types" />
        <RegExpr context="#pop!DispatchIdentifier" String="([a-zA-Z][a-zA-Z0-9_]*__\b)|([a-z][a-zA-Z0-9_]*_\b)|([A-Z][A-Z0-9_]{2,}\b)|([a-zA-Z][a-zA-Z0-9_]*_t(?:ype)?\b)" lookAhead="1" />
        <DetectIdentifier context="#pop" />
      </context>

      <context name="SelectStringPrefix" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <Detect2Chars attribute="String Literal Prefix" context="#pop!StringPrefix8" char="u" char1="8" />
        <AnyChar attribute="String Literal Prefix" context="#pop!StringPrefix16" String="uL" />
        <DetectChar attribute="String Literal Prefix" context="#pop!StringPrefix32" char="U" />
      </context>
      <context name="StringPrefix8" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="String" context="#pop!String8" char="&quot;" />
      </context>
      <context name="StringPrefix16" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="String" context="#pop!String16" char="&quot;" />
      </context>
      <context name="StringPrefix32" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="String" context="#pop!String32" char="&quot;" />
      </context>

      <context name="SelectCharPrefix" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <Detect2Chars attribute="Char Literal Prefix" context="#pop!CharPrefix8" char="u" char1="8" />
        <AnyChar attribute="Char Literal Prefix" context="#pop!CharPrefix16" String="uL" />
        <DetectChar attribute="Char Literal Prefix" context="#pop!CharPrefix32" char="U" />
      </context>
      <context name="CharPrefix8" attribute="Char" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="Char" context="#pop!Char8" char="'" />
      </context>
      <context name="CharPrefix16" attribute="Char" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="Char" context="#pop!Char16" char="'" />
      </context>
      <context name="CharPrefix32" attribute="Char" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="Char" context="#pop!Char32" char="'" />
      </context>

      <context name="match identifier" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <keyword attribute="Data Type" context="#stay" String="types" />
        <keyword attribute="Type Modifiers" context="#stay" String="modifiers" />
        <keyword attribute="Standard Macros" context="#stay" String="StdMacros" />
        <RegExpr context="DispatchIdentifier" String="((?:_[a-zA-Z0-9_]+|[a-zA-Z][a-zA-Z0-9_]*__\b))|((?:m_[a-zA-Z0-9_]+|[a-z][a-zA-Z0-9_]*_\b))|([A-Z][A-Z0-9_]{2,}\b)|([a-zA-Z][a-zA-Z0-9_]*_t(?:ype)?\b)|(g_[a-zA-Z0-9_]+)|s_[a-zA-Z0-9_]" lookAhead="1" />
        <DetectIdentifier />
      </context>
      <context name="DispatchIdentifier" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <StringDetect context="#pop" String="%2" dynamic="1" attribute="Data Members (m_*)" />
        <StringDetect context="#pop" String="%4" dynamic="1" attribute="Types (*_t/*_type)" />
        <StringDetect context="#pop" String="%3" dynamic="1" attribute="CONSTS/MACROS" />
        <StringDetect context="#pop" String="%1" dynamic="1" attribute="Internals" />
        <StringDetect context="#pop" String="%5" dynamic="1" attribute="Globals (g_*)" />
        <DetectIdentifier context="#pop" attribute="Statics (s_*)" />
      </context>

      <context name="DispatchNamespace" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <StringDetect context="#pop!Standard Classes" String="%1" dynamic="1" attribute="Standard Classes" />
        <StringDetect context="#pop!Boost Stuff" String="%2" dynamic="1" attribute="Boost Stuff" />
        <DetectIdentifier context="#pop!InternalsNS" attribute="Internals" />
      </context>

      <context name="DispatchNamespacePP" attribute="Preprocessor" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <StringDetect context="#pop!Standard Classes In PP" String="%1" dynamic="1" attribute="Standard Classes" />
        <StringDetect context="#pop!Boost Stuff In PP" String="%2" dynamic="1" attribute="Boost Stuff" />
        <DetectIdentifier context="#pop!InternalsNS In PP" attribute="Internals" />
      </context>

      <context name="Number" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <WordDetect attribute="Decimal" context="IntSuffix" String="0" weakDeliminator="." />
        <RegExpr attribute="Float" context="FloatSuffix" String="\.(?:[0-9](?:'?[0-9]++)*+)(?:[eE][+-]?(?:[0-9](?:'?[0-9]++)*+))?|0[xX](?:\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f]++)*+)(?:[pP][-+]?(?:[0-9](?:'?[0-9]++)*+))?|(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f]++)*+)(?:(?:[pP][-+]?(?:[0-9](?:'?[0-9]++)*+))|\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f]++)*+)?(?:[pP][-+]?(?:[0-9](?:'?[0-9]++)*+))?))|(?:[0-9](?:'?[0-9]++)*+)(?:(?:[eE][+-]?(?:[0-9](?:'?[0-9]++)*+))|\.(?:[0-9](?:'?[0-9]++)*+)?(?:[eE][+-]?(?:[0-9](?:'?[0-9]++)*+))?)" />
        <IncludeRules context="Integer" />
      </context>

      <context name="Integer" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar context="#pop!IntStartsWith0" char="0" lookAhead="1" />
        <RegExpr attribute="Decimal" context="IntSuffix" String="(?:[0-9](?:'?[0-9]++)*+)" />
        <RegExpr attribute="Error" context="#pop" String="[._0-9A-Za-z']++" />
      </context>
      <context name="IntStartsWith0" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Hex" context="IntSuffix" String="0[xX](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f]++)*+)" />
        <RegExpr attribute="Binary" context="IntSuffix" String="0[Bb][01](?:'?[01]++)*+" />
        <RegExpr attribute="Octal" context="IntSuffix" String="0(?:'?[0-7]++)++" />
        <DetectChar attribute="Decimal" context="IntSuffix" char="0" />
      </context>

      <context name="IntSuffix" attribute="Error" lineEndContext="#pop#pop" fallthroughContext="NumericSuffixError">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="Error" context="#stay" char="'" />
        <AnyChar context="#pop!IntSuffixPattern" String="uUlLzZimunshyd_" lookAhead="1" />
      </context>

      <context name="IntSuffixPattern" attribute="Error" lineEndContext="#pop#pop" fallthroughContext="NumericSuffixError">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar context="#pop!NumericUserSuffixPattern" char="_" lookAhead="1" />
        
        <RegExpr attribute="Standard Suffix" context="NumericSuffixError" String="([Uu](LL?|ll?|[Zz])?|(LL?|ll?|[Zz])[Uu]?)\b" />
        
        <RegExpr attribute="Standard Classes" context="NumericSuffixError" String="(?:i[fl]?|min|[mun]?s|[hyd])\b" />
      </context>

      <context name="FloatSuffix" attribute="Error" lineEndContext="#pop#pop" fallthroughContext="NumericSuffixError">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="Error" context="#stay" char="'" />
        <AnyChar context="#pop!FloatSuffixPattern" String="fFlLbBimshd_" lookAhead="1" />
      </context>

      <context name="FloatSuffixPattern" attribute="Error" lineEndContext="#pop#pop" fallthroughContext="NumericSuffixError">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar context="#pop!NumericUserSuffixPattern" char="_" lookAhead="1" />
        
        <RegExpr attribute="Standard Suffix" context="NumericSuffixError" String="[fF](?:16|32|64|128)?|[lL]|bf16|BF16" />
        
        <RegExpr attribute="Standard Classes" context="NumericSuffixError" String="(?:i[fl]?|min|[mun]?s|[hd])\b" />
      </context>

      <context name="NumericUserSuffixPattern" attribute="Error" lineEndContext="#pop#pop">
        
        <IncludeRules context="jinja_boot##Jinja" />
        
        <RegExpr attribute="Error" context="#pop#pop" String="_[eEpP][+-]" />
        <DetectIdentifier attribute="UDL Numeric Suffix" context="NumericSuffixError" />
      </context>

      <context name="NumericSuffixError" attribute="Error" lineEndContext="#pop#pop#pop" fallthroughContext="#pop#pop#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <AnyChar attribute="Error" String=".'0123456789" />
        <DetectIdentifier attribute="Error" />
      </context>

      <context name="CheckUDLOperator" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <Detect2Chars attribute="String" context="UDLOperatorName" char="&quot;" char1="&quot;" />
      </context>

      <context name="UDLOperatorName" attribute="Normal Text" lineEndContext="#stay" fallthroughContext="#pop!IdentifierError">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <RegExpr attribute="Normal Text" context="#pop#pop" String="_[_[:alnum:]]*\b" />
      </context>

      <context name="IdentifierError" attribute="Error" lineEndContext="#stay" fallthroughContext="#pop#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Error" context="#pop#pop" String=".[^\s()]*" />
      </context>


      <context name="Char8" attribute="Char" lineEndContext="#pop" fallthroughContext="CharClose">
        <IncludeRules context="jinja_boot##Jinja" />
        <HlCStringChar attribute="String Char" context="CharClose" />
        <IncludeRules context="FindSingleChar" />
      </context>

      <context name="Char16" attribute="Char" lineEndContext="#pop" fallthroughContext="CharClose">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="String Char" context="CharClose" String="\\(?:[tnvbrfa'&quot;\\?]|[0-7]{1,3}|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4})|" />
        <IncludeRules context="FindSingleChar" />
      </context>

      <context name="Char32" attribute="Char" lineEndContext="#pop" fallthroughContext="CharClose">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="String Char" context="CharClose" String="\\(?:[tnvbrfa'&quot;\\?]|[0-7]{1,3}|x[0-9A-Fa-f]{1,8}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})|" />
        <IncludeRules context="FindSingleChar" />
      </context>

      <context name="FindSingleChar" attribute="Char" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="Error" context="#pop" char="'" />
        <RegExpr attribute="Char" context="CharClose" String="." />
      </context>

      <context name="CharClose" attribute="Error" lineEndContext="#pop#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="Char" context="#pop#pop" char="'" />
      </context>


      <context name="String8" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="string normal char" />
        <Detect2Chars context="String8EscapeX" char="\" char1="x" lookAhead="1" />
        <IncludeRules context="string special char" />
      </context>
      <context name="String8EscapeX" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <HlCStringChar attribute="String Char" context="#pop!StringNoHex" />
        <IncludeRules context="string special char x" />
      </context>

      <context name="String16" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="string normal char" />
        <Detect2Chars context="String16EscapeX" char="\" char1="x" lookAhead="1" />
        <IncludeRules context="string special char" />
      </context>
      <context name="String16EscapeX" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="String Char" context="#pop!StringNoHex" String="\\x[0-9A-Fa-f]{1,4}" />
        <IncludeRules context="string special char x" />
      </context>

      <context name="String32" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="string normal char" />
        <Detect2Chars context="String32EscapeX" char="\" char1="x" lookAhead="1" />
        <IncludeRules context="string special char" />
      </context>
      <context name="String32EscapeX" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="String Char" context="#pop!StringNoHex" String="\\x[0-9A-Fa-f]{1,8}" />
        <IncludeRules context="string special char x" />
      </context>

      <context name="StringNoHex" attribute="Error" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Error" context="#pop" String="[0-9A-Fa-f]{1,}" />
      </context>

      <context name="string special char" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <HlCStringChar attribute="String Char" />
        
        <RegExpr attribute="String Char" String="\\(?:u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8}|u{[0-9A-Fa-f]+}|o{[0-7]+}|N{[- A-Z0-9]+})|%[-+ #0]*+(?:[0-9]++|\*)?(?:\.(?:[0-9]++|\*))?(?:(?:hh|ll|[hljzt]|wf?(?:8|16|32|64))?[dioxXubn]|(?:DD|[lLHD])?[fFeEaAgG]|l?[cs]|[p%])|\{\{|\}\}|\{[0-9]*(?::(?:[^{}]?[&lt;&gt;^])?[-+ #0]*(?:[0-9]+|\{[0-9]*\})?(?:\.(?:[0-9]+|\{[0-9]*\}))?L?[sbBcdoxXaAeEfFgGp]?)?\}" />
        <AnyChar attribute="String" String="%{}" />
        <RegExpr attribute="Error" String="\\(?:u{([0-9A-Fa-f]+|})?|u[0-9A-Fa-f]{0,3}|U[0-9A-Fa-f]{0,7}|o{([0-7]+|})?|N{([- A-Z0-9]+|})?|.)" />
        <LineContinue attribute="Separator Symbol" />
      </context>
      <context name="string special char x" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="String Char" String="\\x{[0-9A-Fa-f]+}" context="#pop" />
        <RegExpr attribute="Error" String="\\x({([0-9A-Fa-f]+|})?)?" context="#pop" />
      </context>

      <context name="string normal char" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectChar attribute="String" context="UDLStringSuffix" char="&quot;" />
        
        
        <RegExpr attribute="String" context="#stay" String="[^%\\&quot;{}]+" />
      </context>

      <context name="UDLStringSuffix" attribute="String" fallthroughContext="#pop#pop" lineEndContext="#pop#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <WordDetect attribute="Standard Classes" context="#pop#pop" String="sv" />
        <WordDetect attribute="Standard Classes" context="#pop#pop" String="s" />
        <RegExpr attribute="UDL String Suffix" context="#pop#pop" String="_[_0-9A-Za-z]*\b" />
      </context>


      <context name="Attribute" attribute="Attribute" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <keyword attribute="Standard Attribute" context="#stay" String="attributes" />
        <Detect2Chars attribute="Symbol" context="#pop" char="]" char1="]" />
        <StringDetect attribute="Symbol" context="#pop" String=":&gt;:&gt;" /> 
        <DetectChar attribute="Separator Symbol" context="#stay" char="," />
        <IncludeRules context="match comments" />
        <AnyChar attribute="Symbol" context="#stay" String=":(){}[].+-/*%=&lt;&gt;!|&amp;?~^#" />
        
        <DetectChar attribute="String" context="String8" char="&quot;" />
        <AnyChar attribute="Decimal" context="Integer" String="0123456789" lookAhead="true" />
        
        <WordDetect attribute="Keyword" context="AttributeNamespace" String="using" />
        <IncludeRules context="DetectGccAttributes##Jinja/GCCExtensions" />
        <RegExpr attribute="CONSTS/MACROS" context="#stay" String="[A-Z][A-Z0-9_]{2,}\b" />
        <DetectIdentifier />
      </context>

      <context name="Attribute In PP" attribute="Attribute" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="InPreprocessor" />
        <IncludeRules context="Attribute" />
      </context>

      <context name="AttributeNamespace" attribute="Attribute" lineEndContext="#stay" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <IncludeRules context="DetectNamespaceGccAttributes##Jinja/GCCExtensions" />
        <DetectIdentifier />
      </context>

      <context name="RawString" attribute="String" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <AnyChar attribute="Raw String Literal Prefix" String="uUL8R" />
        
        <RegExpr attribute="Raw String Delimiter" context="#pop!InRawString" String="&quot;([\x21-\x27\x2A-\x5B\x5D-\x7E]{0,16})\(" beginRegion="Raw String" />
        <RegExpr attribute="Error" context="#pop" String="&quot;(\s+|\w+\s*|&quot;|[^\s\w]+)?" />
      </context>

      <context name="InRawString" attribute="Raw String" lineEndContext="#stay" dynamic="true">
        
        <IncludeRules context="jinja_boot##Jinja" />
        
        <RegExpr attribute="Raw String" context="#stay" String="[^%){}]+" />
        <RegExpr attribute="String Char" context="#stay" String="%[-+ #0]*+(?:[0-9]++|\*)?(?:\.(?:[0-9]++|\*))?(?:(?:hh|ll|[hljzt]|wf?(?:8|16|32|64))?[dioxXubn]|(?:DD|[lLHD])?[fFeEaAgG]|l?[cs]|[p%])|\{\{|\}\}|\{[0-9]*(?::(?:[^{}]?[&lt;&gt;^])?[-+ #0]*(?:[0-9]+|\{[0-9]*\})?(?:\.(?:[0-9]+|\{[0-9]*\}))?L?[sbBcdoxXaAeEfFgGp]?)?\}" />
        <StringDetect attribute="Raw String Delimiter" context="#pop" String=")%1&quot;" dynamic="true" endRegion="Raw String" />
      </context>

      <context name="Region Marker" attribute="Region Marker" lineEndContext="#pop"><IncludeRules context="jinja_boot##Jinja" /></context>

      <context name="DetectNSEnd" attribute="Normal Text" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <Detect2Chars char=":" char1=":" />
        <IncludeRules context="match comments and region markers" />
        <AnyChar context="#pop" String="(){}[].+-/*%=&lt;&gt;!|&amp;?~^,; &#09;#:" lookAhead="1" />
        
        <WordDetect attribute="Keyword" context="#pop" String="template" />
        <DetectIdentifier context="#stay" />
      </context>

      <context name="Standard Classes" attribute="Standard Classes" lineEndContext="#stay" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="DetectNSEnd" />
      </context>

      <context name="Boost Stuff" attribute="Boost Stuff" lineEndContext="#stay" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="DetectNSEnd" />
      </context>

      <context name="InternalsNS" attribute="Internals" lineEndContext="#stay" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="DetectNSEnd" />
      </context>

      <context name="Standard Classes In PP" attribute="Standard Classes" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="InPreprocessor" />
        <Detect2Chars attribute="Symbol" char="#" char1="#" />
        <IncludeRules context="DetectNSEnd" />
      </context>

      <context name="Boost Stuff In PP" attribute="Boost Stuff" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="InPreprocessor" />
        <Detect2Chars attribute="Symbol" char="#" char1="#" />
        <IncludeRules context="DetectNSEnd" />
      </context>

      <context name="InternalsNS In PP" attribute="Internals" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="InPreprocessor" />
        <Detect2Chars attribute="Symbol" char="#" char1="#" />
        <IncludeRules context="DetectNSEnd" />
      </context>

      <context name="Comment 1" attribute="Comment" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <LineContinue attribute="Error" context="#stay" />
        <DetectSpaces />
        <IncludeRules context="##Jinja/Comments" />
        <DetectIdentifier />
      </context>

      <context name="Comment 2" attribute="Comment" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <LineContinue attribute="Comment" context="#stay" />
        <Detect2Chars attribute="Comment" context="#pop" char="*" char1="/" endRegion="Comment" />
        <IncludeRules context="##Jinja/Comments" />
        <DetectIdentifier />
      </context>

      <context name="AfterHash" attribute="Error" lineEndContext="#pop" fallthroughContext="#pop!LineError">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Preprocessor" context="#pop!PreprocessorCmd" String="(?:#|%\:|\?\?=)\s*(?=.)|" firstNonSpace="true" />
      </context>

      <context name="LineError" attribute="Error" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <LineContinue attribute="Error" context="#stay" />
        <RegExpr attribute="Error" context="#stay" String="[^\\]+" />
      </context>


      <context name="PreprocessorCmd" attribute="Error" lineEndContext="#pop" fallthroughContext="#pop!LineError">
        <IncludeRules context="jinja_boot##Jinja" />
        <WordDetect attribute="Preprocessor" context="#pop!Include" String="include" />
        <WordDetect attribute="Preprocessor" context="#pop!PreprocessorIfDef" String="ifdef" beginRegion="PP" lookAhead="true" />
        <WordDetect attribute="Preprocessor" context="#pop!PreprocessorIfDef" String="ifndef" beginRegion="PP" lookAhead="true" />
        <WordDetect attribute="Preprocessor" context="#pop!PreprocessorIf" String="if" beginRegion="PP" lookAhead="true" />
        <WordDetect attribute="Preprocessor" context="#pop!PreprocessorIf" String="elif" endRegion="PP" beginRegion="PP" lookAhead="true" />
        <WordDetect attribute="Preprocessor" context="PreprocessorEndOfLineSpace" String="else" endRegion="PP" beginRegion="PP" />
        <WordDetect attribute="Preprocessor" context="PreprocessorEndOfLineSpace" String="endif" endRegion="PP" />
        <WordDetect attribute="Preprocessor" context="#pop!PreprocessorIfDef" String="elifdef" endRegion="PP" beginRegion="PP" lookAhead="true" />
        <WordDetect attribute="Preprocessor" context="#pop!PreprocessorIfDef" String="elifndef" endRegion="PP" beginRegion="PP" lookAhead="true" />
        <keyword attribute="Preprocessor" context="#pop!Define" String="preprocessorDefine" />
        <keyword attribute="Preprocessor" context="#pop!Preprocessor" String="preprocessorOther" />
        
        <WordDetect attribute="Preprocessor" context="#pop!Include" String="include_next" />
        <Int attribute="Preprocessor" context="#pop!Preprocessor" />
      </context>

      <context name="Include" attribute="Preprocessor" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <RangeDetect attribute="Prep. Lib" context="PreprocessorEndOfLineSpace" char="&quot;" char1="&quot;" />
        <RangeDetect attribute="Prep. Lib" context="PreprocessorEndOfLineSpace" char="&lt;" char1="&gt;" />
        <IncludeRules context="Preprocessor" />
        <DetectIdentifier />
      </context>

      <context name="PreprocessorIfDef" attribute="Preprocessor" lineEndContext="#pop" fallthroughContext="#pop!LineError">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Preprocessor" context="#pop!Preprocessor" String="\w+\s+([_A-Za-z][A-Za-z0-9]*\s*|(?=//|/\*))" />
      </context>

      <context name="PreprocessorIf" attribute="Preprocessor" lineEndContext="#pop" fallthroughContext="#pop!LineError">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Preprocessor" context="#pop!Inscoped" String="\w+\s+(?:1|true)\s*(\|\|([^/]|/[^*/])+)?($|(?=(/\*([^*]|\*[^/])*\*/\s*)?(//.*)?$))" />
        <RegExpr attribute="Preprocessor" context="#pop!Outscoped" String="\w+\s+(?:0|false)\s*($|(?=(/\*([^*]|\*[^/])*\*/\s*)?(//.*)?$))" />
        <RegExpr attribute="Preprocessor" context="#pop!Preprocessor" String="\w+\s+(?=[^\s])" />
      </context>

      <context name="PreprocessorEndOfLineSpace" attribute="Preprocessor" lineEndContext="#pop#pop" fallthroughContext="#pop#pop!LineError">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <IncludeRules context="match comments" />
      </context>

      <context name="Preprocessor" attribute="Preprocessor" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <LineContinue attribute="Preprocessor" context="#stay" />
        <keyword attribute="Standard Macros" context="#stay" String="StdMacros" />
        <IncludeRules context="GNUMacros##Jinja/GCCExtensions" />
        <IncludeRules context="match comments" />
      </context>

      <context name="Define" attribute="Preprocessor" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        

        <IncludeRules context="InPreprocessor" />
        <Detect2Chars attribute="Error" context="#pop!LineError" char="/" char1="/" />
        <Detect2Chars attribute="Comment" context="MatchComment" char="/" char1="*" lookAhead="true" />
        <IncludeRules context="GNUMacros##Jinja/GCCExtensions" />
        <DetectIdentifier attribute="Preprocessor" context="#pop!In Define" />
      </context>

      <context name="In Define" attribute="Preprocessor" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <LineContinue attribute="Separator Symbol" context="#stay" />
        
        <AnyChar attribute="Symbol" context="#stay" String="#:(){}]+-*%=&gt;!|&amp;~^" />
        
        <Detect2Chars attribute="Symbol" context="Attribute In PP" char="[" char1="[" />
        <StringDetect attribute="Symbol" context="Attribute In PP" String="&lt;:&lt;:" /> 
        
        <RegExpr context="Number" String="\.?\d" lookAhead="true" />
        
        <IncludeRules context="match comments" />
        
        <AnyChar attribute="Separator Symbol" context="#stay" String=",;" />
        <AnyChar attribute="Symbol" context="#stay" String=":(){}[].+-/*%=&lt;&gt;!|&amp;?~^" />
        
        <IncludeRules context="match keywords" />
        
        <AnyChar context="SelectStringPP" String="UuLR&quot;'" lookAhead="1" />
        
        <IncludeRules context="DetectGccExtensionsInPP##Jinja/GCCExtensions" />
        
        <RegExpr context="DispatchNamespacePP" String="(std::)|(boost::|BOOST_)|details?::|aux::|internals::" lookAhead="1" />
        <keyword attribute="Standard Macros" context="#stay" String="InMacro" />
        <IncludeRules context="match identifier" />
        
        <AnyChar attribute="Error" context="#stay" String="$@`\" />
      </context>

      <context name="InPreprocessor" attribute="Normal Text" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <LineContinue attribute="Separator Symbol" context="#stay" />
        <DetectChar attribute="Error" context="#stay" char="\" />
      </context>

      <context name="Outscoped Common" attribute="Comment" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <IncludeRules context="##Jinja/Comments" />
        <DetectIdentifier />
        
        <Detect2Chars attribute="Comment" context="#stay" char="*" char1="/" />
        <IncludeRules context="match comments" />
        <RegExpr attribute="Comment" context="Outscoped intern" String="(?:#|%\:|\?\?=)\s*if|" beginRegion="PP" firstNonSpace="true" />
        <LineContinue context="#stay" />
      </context>

      <context name="Outscoped" attribute="Comment" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <RegExpr attribute="Preprocessor" context="Outscoped AfterHash" String="(?:#|%\:|\?\?=)|" firstNonSpace="true" lookAhead="true" />
        <IncludeRules context="Outscoped Common" />
      </context>

      <context name="Outscoped AfterHash" attribute="Comment" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Preprocessor" context="#pop#pop!PreprocessorEndOfLineSpace" String="(?:#|%\:|\?\?=)\s*endif\b" endRegion="PP" />
        <RegExpr attribute="Preprocessor" context="#pop#pop!Inscoped" String="(?:#|%\:|\?\?=)\s*else\b" endRegion="PP" beginRegion="PP" />
        <RegExpr attribute="Comment" context="#pop!Outscoped intern" String="(?:#|%\:|\?\?=)\s*if" beginRegion="PP" />
        <RegExpr attribute="Preprocessor" context="#pop#pop!Inscoped" String="(?:#|%\:|\?\?=)\s*elif\s+(?:1|true)\s*(\|\|([^/]|/[^*/])+)?($|(?=(/\*([^*]|\*[^/])*\*/\s*)?(//.*)?$))" endRegion="PP" beginRegion="PP" />
        <RegExpr attribute="Preprocessor" context="#pop" String="(?:#|%\:|\?\?=)\s*elif\s+(?:0|false)\s*($|(?=(/\*([^*]|\*[^/])*\*/\s*)?(//.*)?$))" endRegion="PP" beginRegion="PP" />
        <RegExpr attribute="Preprocessor" context="#pop#pop!Preprocessor" String="(?:#|%\:|\?\?=)\s*elif\b" endRegion="PP" beginRegion="PP" />
        <RegExpr attribute="Comment" context="#pop" String="(?:#|%\:|\?\?=)\s*" />
      </context>

      <context name="Outscoped 2" attribute="Comment" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <IncludeRules context="Outscoped Common" />
        <RegExpr attribute="Preprocessor" context="#pop!PreprocessorEndOfLineSpace" String="(?:#|%\:|\?\?=)\s*endif|" endRegion="PP" firstNonSpace="true" />
      </context>

      <context name="Inscoped" attribute="Normal Text" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <RegExpr attribute="Preprocessor" context="Inscoped AfterHash" String="(?:#|%\:|\?\?=)|" firstNonSpace="true" lookAhead="true" />
        <IncludeRules context="Main" />
      </context>

      <context name="Inscoped AfterHash" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="#pop!AfterHash">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <RegExpr attribute="Preprocessor" context="#pop!Outscoped 2" String="(?:#|%\:|\?\?=)\s*el(?:se|if(n?def)?)" endRegion="PP" beginRegion="PP" />
        <RegExpr attribute="Preprocessor" context="#pop#pop!PreprocessorEndOfLineSpace" String="(?:#|%\:|\?\?=)\s*endif\b" endRegion="PP" />
      </context>

      <context name="Outscoped intern" attribute="Comment" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <IncludeRules context="##Jinja/Comments" />
        <DetectIdentifier />
        
        <Detect2Chars attribute="Comment" context="#stay" char="*" char1="/" />
        <IncludeRules context="match comments" />
        <RegExpr attribute="Comment" context="Outscoped intern" String="(?:#|%\:|\?\?=)\s*if|" beginRegion="PP" firstNonSpace="true" />
        <RegExpr attribute="Comment" context="#stay" String="(?:#|%\:|\?\?=)\s*el(se|if(n?def)?)|" beginRegion="PP" endRegion="PP" firstNonSpace="true" />
        <RegExpr attribute="Comment" context="PreprocessorEndOfLineSpace" String="(?:#|%\:|\?\?=)\s*endif|" endRegion="PP" firstNonSpace="true" />
      </context>
    </contexts>

    <itemDatas>
      <itemData name="Normal Text" defStyleNum="dsNormal" spellChecking="false" />
      <itemData name="Control Flow" defStyleNum="dsControlFlow" spellChecking="false" />
      <itemData name="Keyword" defStyleNum="dsKeyword" spellChecking="false" />
      <itemData name="Data Type" defStyleNum="dsDataType" spellChecking="false" />
      <itemData name="Type Modifiers" defStyleNum="dsAttribute" spellChecking="false" />
      <itemData name="Attribute" defStyleNum="dsAttribute" spellChecking="false" bold="false" italic="true" />
      <itemData name="Standard Attribute" defStyleNum="dsAttribute" spellChecking="false" bold="false" italic="true" />
      <itemData name="Decimal" defStyleNum="dsDecVal" spellChecking="false" />
      <itemData name="Octal" defStyleNum="dsBaseN" spellChecking="false" />
      <itemData name="Hex" defStyleNum="dsBaseN" spellChecking="false" />
      <itemData name="Binary" defStyleNum="dsBaseN" spellChecking="false" />
      <itemData name="Float" defStyleNum="dsFloat" spellChecking="false" />
      <itemData name="Char" defStyleNum="dsChar" spellChecking="false" />
      <itemData name="Char Literal Prefix" defStyleNum="dsChar" spellChecking="false" />
      <itemData name="String" defStyleNum="dsString" spellChecking="true" />
      <itemData name="String Char" defStyleNum="dsSpecialChar" spellChecking="false" />
      <itemData name="String Literal Prefix" defStyleNum="dsString" spellChecking="true" />
      <itemData name="Raw String" defStyleNum="dsVerbatimString" spellChecking="true" />
      <itemData name="Raw String Delimiter" defStyleNum="dsString" spellChecking="false" />
      <itemData name="Raw String Literal Prefix" defStyleNum="dsString" spellChecking="false" />
      <itemData name="Comment" defStyleNum="dsComment" spellChecking="true" />
      <itemData name="Symbol" defStyleNum="dsOperator" spellChecking="false" />
      <itemData name="Separator Symbol" defStyleNum="dsOperator" spellChecking="false" />
      <itemData name="Data Members (m_*)" defStyleNum="dsVariable" spellChecking="false" />
      <itemData name="Globals (g_*)" defStyleNum="dsVariable" spellChecking="false" />
      <itemData name="Statics (s_*)" defStyleNum="dsVariable" spellChecking="false" />
      <itemData name="Types (*_t/*_type)" defStyleNum="dsDataType" spellChecking="false" />
      <itemData name="CONSTS/MACROS" defStyleNum="dsNormal" spellChecking="false" />
      <itemData name="Preprocessor" defStyleNum="dsPreprocessor" spellChecking="false" />
      <itemData name="Prep. Lib" defStyleNum="dsImport" spellChecking="false" />
      <itemData name="Standard Macros" defStyleNum="dsOthers" spellChecking="false" />
      <itemData name="Standard Classes" defStyleNum="dsBuiltIn" spellChecking="false" />
      <itemData name="Boost Stuff" defStyleNum="dsExtension" spellChecking="false" />
      <itemData name="Internals" defStyleNum="dsNormal" spellChecking="false" color="#808080" selColor="#808080" />
      <itemData name="Region Marker" defStyleNum="dsRegionMarker" spellChecking="false" />
      <itemData name="UDL Numeric Suffix" defStyleNum="dsOperator" spellChecking="false" />
      <itemData name="UDL String Suffix" defStyleNum="dsOperator" spellChecking="false" />
      <itemData name="Standard Suffix" defStyleNum="dsBuiltIn" spellChecking="false" />
      <itemData name="Error" defStyleNum="dsError" spellChecking="false" />
    </itemDatas>
  </highlighting>
  <general>
    <comments>
      <comment name="singleLine" start="//" position="afterwhitespace" />
      <comment name="multiLine" start="/*" end="*/" region="Comment" />
    </comments>
    <keywords casesensitive="1" additionalDeliminator="#&quot;" />
  </general>
</language>