(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[26763],{26763:function(t,s,i){t=i.nmd(t),ace.define("ace/snippets/liquid.snippets",["require","exports","module"],function(n,e,p){p.exports=` # liquid specific snippets snippet ife {% if \${1:condition} %} {% else %} {% endif %} snippet if {% if \${1:condition} %} {% endif %} snippet for {% for in \${1:iterator} %} {% endfor %} snippet capture {% capture \${1} %} {% endcapture %} snippet comment {% comment %} \${1:comment} {% endcomment %} # Include html.snippets # Some useful Unicode entities # Non-Breaking Space snippet nbs   # \u2190 snippet left ← # \u2192 snippet right → # \u2191 snippet up ↑ # \u2193 snippet down ↓ # \u21A9 snippet return ↩ # \u21E4 snippet backtab ⇤ # \u21E5 snippet tab ⇥ # \u21E7 snippet shift ⇧ # \u2303 snippet ctrl ⌃ # \u2305 snippet enter ⌅ # \u2318 snippet cmd ⌘ # \u2325 snippet option ⌥ # \u2326 snippet delete ⌦ # \u232B snippet backspace ⌫ # \u238B snippet esc ⎋ # Generic Doctype snippet doctype HTML 4.01 Strict snippet doctype HTML 4.01 Transitional snippet doctype HTML 5 snippet doctype XHTML 1.0 Frameset snippet doctype XHTML 1.0 Strict snippet doctype XHTML 1.0 Transitional snippet doctype XHTML 1.1 # HTML Doctype 4.01 Strict snippet docts # HTML Doctype 4.01 Transitional snippet doct # HTML Doctype 5 snippet doct5 # XHTML Doctype 1.0 Frameset snippet docxf # XHTML Doctype 1.0 Strict snippet docxs # XHTML Doctype 1.0 Transitional snippet docxt # XHTML Doctype 1.1 snippet docx # html5shiv snippet html5shiv snippet html5printshiv # Attributes snippet attr \${1:attribute}="\${2:property}" snippet attr+ \${1:attribute}="\${2:property}" attr+\${3} snippet . class="\${1}"\${2} snippet # id="\${1}"\${2} snippet alt alt="\${1}"\${2} snippet charset charset="\${1:utf-8}"\${2} snippet data data-\${1}="\${2:$1}"\${3} snippet for for="\${1}"\${2} snippet height height="\${1}"\${2} snippet href href="\${1:#}"\${2} snippet lang lang="\${1:en}"\${2} snippet media media="\${1}"\${2} snippet name name="\${1}"\${2} snippet rel rel="\${1}"\${2} snippet scope scope="\${1:row}"\${2} snippet src src="\${1}"\${2} snippet title= title="\${1}"\${2} snippet type type="\${1}"\${2} snippet value value="\${1}"\${2} snippet width width="\${1}"\${2} # Elements snippet a \${2:$1} snippet a. \${3:$1} snippet a# \${3:$1} snippet a:ext \${2:$1} snippet a:mail \${3:email me} snippet abbr \${2} snippet address
\${1}
snippet area \${4} snippet area+ \${4} area+\${5} snippet area:c \${3} snippet area:d \${3} snippet area:p \${3} snippet area:r \${3} snippet article
\${1}
snippet article.
\${2}
snippet article#
\${2}
snippet aside snippet aside. snippet aside# snippet audio