Sha256: c54bd20cc253e936e74824f56fe78636d5480491a85ca9643b1c274a8ce5cbc9

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

{
  "scopeName": "markdown.hack.codeblock",
  "patterns": [
    {
      "include": "#hack-code-block"
    }
  ],
  "repository": {
    "hack-code-block": {
      "contentName": "meta.embedded.block.hack",
      "begin": "hack",
      "end": "(^|\\G)(?=\\s*[`~]{3,}\\s*$)",
      "patterns": [
        {
          "include": "source.hack"
        }
      ]
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
github-linguist-7.11.1 grammars/markdown.hack.codeblock.json
github-linguist-7.11.0 grammars/markdown.hack.codeblock.json