Sha256: 129aabdc1b3f22fe08404cc72bf606c8bf0a1c68b173f0c3c5673f4ffc34d178

Contents?: true

Size: 1.36 KB

Versions: 27

Compression:

Stored size: 1.36 KB

Contents

{
  "name": "LaTeX Beamer",
  "scopeName": "text.tex.latex.beamer",
  "patterns": [
    {
      "name": "meta.function.environment.frame.latex",
      "begin": "(?:\\s*)((\\\\)begin)(\\{)(frame)(\\})",
      "end": "((\\\\)end)(\\{)(frame)(\\})",
      "patterns": [
        {
          "include": "$self"
        }
      ],
      "captures": {
        "1": {
          "name": "support.function.be.latex"
        },
        "2": {
          "name": "punctuation.definition.function.latex"
        },
        "3": {
          "name": "punctuation.definition.arguments.begin.latex"
        },
        "4": {
          "name": "variable.parameter.function.latex"
        },
        "5": {
          "name": "punctuation.definition.arguments.end.latex"
        }
      }
    },
    {
      "name": "meta.function.frametitle.latex",
      "match": "((\\\\)frametitle)(\\{)(.*)(\\})",
      "captures": {
        "1": {
          "name": "support.function.frametitle.latex"
        },
        "2": {
          "name": "punctuation.definition.function.latex"
        },
        "3": {
          "name": "punctuation.definition.arguments.begin.latex"
        },
        "4": {
          "name": "entity.name.function.frame.latex"
        },
        "5": {
          "name": "punctuation.definition.arguments.end.latex"
        }
      }
    },
    {
      "include": "text.tex.latex"
    }
  ]
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
github-linguist-6.4.0 grammars/text.tex.latex.beamer.json
github-linguist-6.3.1 grammars/text.tex.latex.beamer.json
github-linguist-6.3.0 grammars/text.tex.latex.beamer.json
github-linguist-6.2.0 grammars/text.tex.latex.beamer.json
github-linguist-6.1.0 grammars/text.tex.latex.beamer.json
github-linguist-6.0.1 grammars/text.tex.latex.beamer.json
github-linguist-6.0.0 grammars/text.tex.latex.beamer.json