Sha256: 90d615d02f8e5eb511dee24bb99c78f11428e67fa49962a1536342973dfa1404
Contents?: true
Size: 1.52 KB
Versions: 38
Compression:
Stored size: 1.52 KB
Contents
{ "fileTypes": [ ], "firstLineMatch": "^\\\\documentclass(\\[.*\\])?\\{beamer\\}", "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
38 entries across 38 versions & 2 rubygems