name: “Blog xE2x80x94 HTML” fileTypes:

firstLineMatch: “^Type: Blog Post \(HTML\)” scopeName: text.blog.html uuid: E46F5C50-5D16-4B5C-8FBB-686BD3768284 foldingStartMarker: |-

(?x)
              (<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?>
              |<!--(?!.*--\s*>)
              |\{\{?(if|foreach|capture|literal|foreach|php|section|strip)
              |\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
              )

patterns:

foldingStopMarker: |-

(?x)
              (</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)>
              |^(?!.*?<!--).*?--\s*>
              |\{\{?/(if|foreach|capture|literal|foreach|php|section|strip)
              |^[^{]*\}
              )

keyEquivalent: ^~B