Sha256: 6bb47a4cbfe00a4c6463eaf552a9e413bb0f6ec3dcd39ff4ffe4b0961651a2ba
Contents?: true
Size: 1.3 KB
Versions: 139
Compression:
Stored size: 1.3 KB
Contents
--- name: "Blog \xE2\x80\x94 HTML" fileTypes: - blog.html 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: - name: meta.header.blog captures: "1": name: keyword.other.blog "2": name: punctuation.separator.key-value.blog "3": name: string.unquoted.blog match: ^([Tt]itle|[Dd]ate|[Bb]asename|[Kk]eywords|[Bb]log|[Tt]ype|[Ll]ink|[Pp]ost|[Tt]ags|[Cc]omments|[Pp]ings?|[Cc]ategory|[Ss]tatus|[Ff]ormat)(:)\s*(.*)$\n? - name: invalid.illegal.meta.header.blog match: ^([A-Za-z0-9]+):\s*(.*)$\n? - name: text.html begin: ^(?![A-Za-z0-9]+:) end: ^(?=not)possible$ patterns: - name: meta.separator.blog match: "^\xE2\x9C\x82-[\xE2\x9C\x82-]+$\\n" - include: text.html.basic 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
Version data entries
139 entries across 134 versions & 19 rubygems