Home / File/ markdown.astro.tmLanguage.json — astro Source File

markdown.astro.tmLanguage.json — astro Source File

Architecture documentation for markdown.astro.tmLanguage.json, a json file in the astro codebase.

Entity Profile

Source Code

{
  "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
  "scopeName": "text.html.markdown.astro",
  "injectionSelector": "L:text.html.markdown",
  "patterns": [
    {
      "include": "#fenced_code_block_astro"
    }
  ],
  "repository": {
    "fenced_code_block_astro": {
      "name": "markup.fenced_code.block.markdown",
      "begin": "(^|\\G)(\\s*)(\\`{3,}|~{3,})\\s*(?i:astro(\\s+[^`~]*)?$)",
      "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$",
      "beginCaptures": {
        "3": {
          "name": "punctuation.definition.markdown"
        },
        "5": {
          "name": "fenced_code.block.language"
        },
        "6": {
          "name": "fenced_code.block.language.attributes"
        }
      },
      "endCaptures": {
        "3": {
          "name": "punctuation.definition.markdown"
        }
      },
      "patterns": [
        {
          "begin": "(^|\\G)(\\s*)(.*)",
          "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)",
          "patterns": [
            {
              "begin": "^\\s*---\\s*$",
              "end": "^\\s*---\\s*$",
              "beginCaptures": {
                "0": {
                  "name": "punctuation.definition.tag.xi.begin.t"
                }
              },
              "endCaptures": {
                "0": {
                  "name": "punctuation.definition.tag.xi.end.t"
                }
              },
              "contentName": "meta.embedded.block.astro.frontmatter",
              "patterns": [
                {
                  "include": "source.tsx"
                }
              ]
            },
            {
              "contentName": "meta.embedded.block.astro",
              "include": "source.astro"
            }
          ]
        }
      ]
    }
  }
}

Frequently Asked Questions

What does markdown.astro.tmLanguage.json do?
markdown.astro.tmLanguage.json is a source file in the astro codebase, written in json.
Where is markdown.astro.tmLanguage.json in the architecture?
markdown.astro.tmLanguage.json is located at packages/language-tools/vscode/syntaxes/markdown.astro.tmLanguage.json (directory: packages/language-tools/vscode/syntaxes).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free