<language name="Jinja/Dockerfile" section="Other" version="1771861648" kateversion="5.79" extensions="Dockerfile.jinja;Dockerfile.jinja2;Dockerfile.j2;Containerfile.jinja;Containerfile.jinja2;Containerfile.j2" author="James Turnbull (james@lovedthanlost.net)" license="MIT" priority="0" generated="true">
  <!--Generated by generate_jinja.py, the Jinja infusion script for KDE Syntax Highlighting-->
  <highlighting>
    <list name="keywords-trivial">
      <item>AS</item>
      <item>EXPOSE</item>
      <item>MAINTAINER</item>
      <item>ONBUILD</item>
      <item>STOPSIGNAL</item>
      <item>USER</item>
      <item>WORKDIR</item>
      <item>VOLUME</item>
      <item>SHELL</item>
    </list>
    <list name="keywords-options">
      <item>ADD</item>
      <item>COPY</item>
      <item>FROM</item>
      <item>HEALTHCHECK</item>
    </list>
    <list name="keywords-key-value">
      <item>ARG</item>
      <item>ENV</item>
      <item>LABEL</item>
    </list>
    <list name="keywords-shell-form">
      <item>CMD</item>
      <item>ENTRYPOINT</item>
    </list>
    <list name="keywords-shell-form-with-options">
      <item>RUN</item>
    </list>
    <contexts>
      <context name="normal" attribute="Normal Text" lineEndContext="#stay">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <DetectChar attribute="Comment" context="Comment" char="#" />
        <keyword attribute="Keyword" context="#stay" String="keywords-trivial" />
        <keyword attribute="Keyword" context="Maybe Option" String="keywords-options" />
        <keyword attribute="Keyword" context="#stay" String="keywords-key-value" />
        <keyword attribute="Keyword" context="Maybe Shell Form" String="keywords-shell-form" />
        <keyword attribute="Keyword" context="Maybe Option for Shell Form" String="keywords-shell-form-with-options" />
        <DetectIdentifier />
        <DetectChar attribute="String" context="string&quot;" char="&quot;" />
        <DetectChar attribute="String" context="string'" char="'" />
        <LineContinue attribute="Operator" context="#stay" />
      </context>

      <context name="Maybe Option" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <Detect2Chars attribute="Option" context="KwOption" char="-" char1="-" />
        <LineContinue attribute="Normal Text" context="#stay" />
      </context>

      <context name="Maybe Shell Form" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="BashOneLine##Jinja/Bash">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <DetectChar attribute="Normal Text" context="#pop" char="[" lookAhead="true" />
        <LineContinue attribute="Operator" context="#stay" />
      </context>

      <context name="Maybe Option for Shell Form" attribute="Normal Text" lineEndContext="#pop" fallthroughContext="BashOneLine##Jinja/Bash">
        <IncludeRules context="jinja_boot##Jinja" />
        <DetectSpaces />
        <DetectChar attribute="Normal Text" context="#pop" char="[" lookAhead="true" />
        <Detect2Chars attribute="Option" context="KwOption" char="-" char1="-" />
        <LineContinue attribute="Operator" context="#stay" />
      </context>

      <context attribute="Option" lineEndContext="#pop#pop" name="KwOption" fallthroughContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Option" context="#pop" String="[a-z\-]+(=[^\s]+)?" />
      </context>

      <context attribute="Comment" lineEndContext="#pop" name="Comment">
        <IncludeRules context="jinja_boot##Jinja" />
        <RegExpr attribute="Directive" context="#stay" String="(syntax|escape)=[^\s]+" />
        <LineContinue attribute="Comment" context="#stay" />
        <IncludeRules context="##Jinja/Comments" />
      </context>

      <context name="string&quot;" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <LineContinue attribute="Operator" context="#stay" />
        <DetectChar attribute="String" context="#pop" char="&quot;" />
      </context>

      <context name="string'" attribute="String" lineEndContext="#pop">
        <IncludeRules context="jinja_boot##Jinja" />
        <LineContinue attribute="String" context="#stay" />
        <DetectChar attribute="String" context="#pop" char="'" />
      </context>

    </contexts>
    <itemDatas>
      <itemData name="Normal Text" defStyleNum="dsNormal" spellChecking="0" />
      <itemData name="Comment" defStyleNum="dsComment" />
      <itemData name="Directive" defStyleNum="dsCommentVar" />
      <itemData name="Operator" defStyleNum="dsOperator" />
      <itemData name="Option" defStyleNum="dsOperator" />
      <itemData name="Keyword" defStyleNum="dsKeyword" spellChecking="0" />
      <itemData name="String" defStyleNum="dsString" spellChecking="0" />
    </itemDatas>
  </highlighting>
  <general>
    <comments>
      <comment name="singleLine" start="#" />
    </comments>
  </general>
</language>