File tree 18 files changed +18
-18
lines changed
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3
3
[${1:Link Title}](${2:Link Source}) ${0}
4
4
]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >ma </tabTrigger >
6
+ <tabTrigger >a </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
**${1:Bold Text}** ${0}
4
4
]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mb </tabTrigger >
6
+ <tabTrigger >b </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 5
5
${0}
6
6
]]> </content >
7
7
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
8
- <tabTrigger >mbq </tabTrigger >
8
+ <tabTrigger >bq </tabTrigger >
9
9
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10
10
<scope >text.html.markdown</scope >
11
11
</snippet >
Original file line number Diff line number Diff line change 3
3
`${1:Inline Code Snippet}` ${0}
4
4
]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mcode </tabTrigger >
6
+ <tabTrigger >code </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
# ${1:Heading 1}
4
4
${0}]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mh1 </tabTrigger >
6
+ <tabTrigger >h1 </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
## ${1:Heading 2}
4
4
${0}]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mh2 </tabTrigger >
6
+ <tabTrigger >h2 </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
### ${1:Heading 3}
4
4
${0}]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mh3 </tabTrigger >
6
+ <tabTrigger >h3 </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
#### ${1:Heading 4}
4
4
${0}]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mh4 </tabTrigger >
6
+ <tabTrigger >h4 </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
##### ${1:Heading 5}
4
4
${0}]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mh5 </tabTrigger >
6
+ <tabTrigger >h5 </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
###### ${1:Heading 6}
4
4
${0}]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mh6 </tabTrigger >
6
+ <tabTrigger >h6 </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 4
4
${0}
5
5
]]> </content >
6
6
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7
- <tabTrigger >mhr </tabTrigger >
7
+ <tabTrigger >hr </tabTrigger >
8
8
<!-- Optional: Set a scope to limit where the snippet will trigger -->
9
9
<scope >text.html.markdown</scope >
10
10
</snippet >
Original file line number Diff line number Diff line change 3
3
*${1:Italic Text}* ${0}
4
4
]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mi </tabTrigger >
6
+ <tabTrigger >i </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
 ${0}
4
4
]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mimg </tabTrigger >
6
+ <tabTrigger >img </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 6
6
${0}
7
7
]]> </content >
8
8
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
9
- <tabTrigger >mol </tabTrigger >
9
+ <tabTrigger >ol </tabTrigger >
10
10
<!-- Optional: Set a scope to limit where the snippet will trigger -->
11
11
<scope >text.html.markdown</scope >
12
12
</snippet >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ${2:Multi-line Code}
6
6
${0}
7
7
]]> </content >
8
8
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
9
- <tabTrigger >mpre </tabTrigger >
9
+ <tabTrigger >pre </tabTrigger >
10
10
<!-- Optional: Set a scope to limit where the snippet will trigger -->
11
11
<scope >text.html.markdown</scope >
12
12
</snippet >
Original file line number Diff line number Diff line change 3
3
~~${1:Strike Through}~~ ${0}
4
4
]]> </content >
5
5
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6
- <tabTrigger >mstrike </tabTrigger >
6
+ <tabTrigger >strike </tabTrigger >
7
7
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8
8
<scope >text.html.markdown</scope >
9
9
</snippet >
Original file line number Diff line number Diff line change 7
7
${0}
8
8
]]> </content >
9
9
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
10
- <tabTrigger >mtable </tabTrigger >
10
+ <tabTrigger >table </tabTrigger >
11
11
<!-- Optional: Set a scope to limit where the snippet will trigger -->
12
12
<scope >text.html.markdown</scope >
13
13
</snippet >
Original file line number Diff line number Diff line change 6
6
${0}
7
7
]]> </content >
8
8
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
9
- <tabTrigger >mul </tabTrigger >
9
+ <tabTrigger >ul </tabTrigger >
10
10
<!-- Optional: Set a scope to limit where the snippet will trigger -->
11
11
<scope >text.html.markdown</scope >
12
12
</snippet >
You can’t perform that action at this time.
0 commit comments