Sha256: 8d99848a949b986c61a7b0c5c3312cd1bedf082117dc3ca766c2e0aa1a2b5d6f

Contents?: true

Size: 1.64 KB

Versions: 3

Compression:

Stored size: 1.64 KB

Contents

{
  "fileTypes": [
    "blog.html"
  ],
  "firstLineMatch": "^Type: Blog Post \\(HTML\\)",
  "foldingStartMarker": "(?x)\n\t\t(<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\\b.*?>\n\t\t|<!--(?!.*--\\s*>)\n\t\t|\\{\\{?(if|foreach|capture|literal|foreach|php|section|strip)\n\t\t|\\{\\s*($|\\?>\\s*$|//|/\\*(.*\\*/\\s*$|(?!.*?\\*/)))\n\t\t)",
  "foldingStopMarker": "(?x)\n\t\t(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)>\n\t\t|^(?!.*?<!--).*?--\\s*>\n\t\t|\\{\\{?/(if|foreach|capture|literal|foreach|php|section|strip)\n\t\t|^[^{]*\\}\n\t\t)",
  "keyEquivalent": "^~B",
  "name": "Blog \u2014 HTML",
  "patterns": [
    {
      "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|[Ss]lug|[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": "meta.header.blog"
    },
    {
      "match": "^([A-Za-z0-9]+):\\s*(.*)$\\n?",
      "name": "invalid.illegal.meta.header.blog"
    },
    {
      "begin": "^(?![A-Za-z0-9]+:)",
      "end": "^(?=not)possible$",
      "name": "text.html",
      "patterns": [
        {
          "match": "^\u2702-[\u2702-]+$\\n",
          "name": "meta.separator.blog"
        },
        {
          "include": "text.html.basic"
        }
      ]
    }
  ],
  "scopeName": "text.blog.html",
  "uuid": "E46F5C50-5D16-4B5C-8FBB-686BD3768284"
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ver-2009.12.14 config/syntax/Blog - HTML.json
ver-2009.11.29 config/syntax/Blog - HTML.json
ver-2009.11.28 config/syntax/Blog - HTML.json