Sha256: f79437c330e8031d2990a00b75b1130ba3880540b68588786d7955969273d5a9

Contents?: true

Size: 1.64 KB

Versions: 4

Compression:

Stored size: 1.64 KB

Contents

{
  "fileTypes": [

  ],
  "firstLineMatch": "^\\\\documentclass(\\[.*\\])?\\{beamer\\}",
  "foldingStartMarker": "\\\\begin\\{.*\\}|%.*\\(fold\\)\\s*$",
  "foldingStopMarker": "\\\\end\\{.*\\}|%.*\\(end\\)\\s*$",
  "keyEquivalent": "^~B",
  "name": "LaTeX Beamer",
  "patterns": [
    {
      "begin": "(?:\\s*)((\\\\)begin)(\\{)(frame)(\\})",
      "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"
        }
      },
      "end": "((\\\\)end)(\\{)(frame)(\\})",
      "name": "meta.function.environment.frame.latex",
      "patterns": [
        {
          "include": "$self"
        }
      ]
    },
    {
      "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"
        }
      },
      "match": "((\\\\)frametitle)(\\{)(.*)(\\})",
      "name": "meta.function.frametitle.latex"
    },
    {
      "include": "text.tex.latex"
    }
  ],
  "scopeName": "text.tex.latex.beamer",
  "uuid": "2ACA20AA-B008-469B-A04A-6DE232973ED8"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ver-2009.12.14 config/syntax/LaTeX Beamer.json
ver-2009.11.29 config/syntax/LaTeX Beamer.json
ver-2009.11.28 config/syntax/LaTeX Beamer.json
ver-2009.10.14 config/syntax/LaTeX Beamer.json