File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 433
433
"language" : [" bibtex" , " bib" ],
434
434
"path" : " ./snippets/latex/bibtex.json"
435
435
},
436
+ {
437
+ "language" : [" latex-beamer" ],
438
+ "path" : " ./snippets/latex/beamer.json"
439
+ },
436
440
{
437
441
"language" : " twig" ,
438
442
"path" : " ./snippets/frameworks/twig.json"
Original file line number Diff line number Diff line change
1
+ {
2
+ "frame" : {
3
+ "prefix" : " frame" ,
4
+ "body" : [
5
+ " \\ begin{frame}{$1}" ,
6
+ " \t $0" ,
7
+ " \\ end{frame}"
8
+ ],
9
+ "description" : " beamer frame"
10
+ },
11
+ "only" : {
12
+ "prefix" : " only" ,
13
+ "body" : " \\ only<${1}>{\n\t ${0:${TM_SELECTED_TEXT}}\n }" ,
14
+ "description" : " \\ only wrap"
15
+ },
16
+ "block" : {
17
+ "prefix" : " block" ,
18
+ "body" : [
19
+ " \\ begin{block}{$1}" ,
20
+ " \t $0" ,
21
+ " \\ end{block}"
22
+ ],
23
+ "description" : " beamer block"
24
+ }
25
+ }
You can’t perform that action at this time.
0 commit comments