File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"begin" :{
3
3
"command" :" begin" ,
4
- "snippet" :" begin{${1:env}}\n\t $2 \n\\\\ end{${1:env}}" ,
4
+ "snippet" :" begin{${1:env}}\n\t $0 \n\\\\ end{${1:env}}" ,
5
5
"detail" :" begin a new environment"
6
6
},
7
7
"lrparen" :{
8
8
"command" :" left(" ,
9
- "snippet" :" left(${1} \\ right)${0} " ,
9
+ "snippet" :" left($0 \\ right)" ,
10
10
"detail" :" \\ left( ... \\ right)"
11
11
},
12
12
"lrbrack" :{
13
13
"command" :" left[" ,
14
- "snippet" :" left[${1} \\ right]${0} " ,
14
+ "snippet" :" left[$0 \\ right]" ,
15
15
"detail" :" \\ left[ ... \\ right]"
16
16
},
17
17
"lrcurly" :{
18
18
"command" :" left\\ {" ,
19
- "snippet" :" left\\ {${1} \\ right\\\\ }${0 }" ,
19
+ "snippet" :" left\\ {$0 \\ right\\\\ }" ,
20
20
"detail" :" \\ left\\ { ... \\ right\\ }"
21
21
},
22
22
"frame" : {
26
26
},
27
27
"latexinlinemath" :{
28
28
"command" :" (" ,
29
- "snippet" :" (${1 }\\ )${0} " ,
29
+ "snippet" :" (${0 }\\ )" ,
30
30
"detail" :" inline math \\ ( ... \\ )"
31
31
},
32
32
"latexdisplaymath" :{
33
33
"command" :" [" ,
34
- "snippet" :" [${1} \\ ]${0} " ,
34
+ "snippet" :" [$0 \\ ]" ,
35
35
"detail" :" display math \\ [ ... \\ ]"
36
36
},
37
37
"curlybrackets" :{
38
38
"command" :" {" ,
39
- "snippet" :" {${1} \\\\ }${0 }" ,
39
+ "snippet" :" {$0 \\\\ }" ,
40
40
"detail" :" curly brackets \\ { ... \\ }"
41
41
},
42
42
"title" :{
You can’t perform that action at this time.
0 commit comments