Skip to content

Commit 107f3a8

Browse files
author
code-reaper08
committed
Scopes Defined and Descriptions named short to be used as labels
1 parent 0c81494 commit 107f3a8

29 files changed

+58
-58
lines changed

Github_spec/cic.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
- [x] ${1:Checked item}
44
]]></content>
55
<tabTrigger>mdcic</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a Checked item(GITHUB specific)(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Checked item</description>
88
</snippet>

Github_spec/ciu.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
- [ ] ${1:Unchecked item}
44
]]></content>
55
<tabTrigger>mdciu</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Create a Unchecked item(GITHUB specific)(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Unchecked item</description>
88
</snippet>

Github_spec/hor_line.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
---
44
]]></content>
55
<tabTrigger>mdhl</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Inserts a horizontal line seperator(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown horizontal line</description>
88
</snippet>

Github_spec/mention.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
@${1:Username}
44
]]></content>
55
<tabTrigger>mdmention</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a mention(GITHUB Specific)(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Mention</description>
88
</snippet>

Headings/h1.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
]]></content>
55

66
<tabTrigger>mdh1</tabTrigger>
7-
<scope>text.html.markdown</scope>
7+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
88

9-
<description>Creates a heading 1(For .md files)</description>
9+
<description>Markdown Heading 1</description>
1010
</snippet>

Headings/h2.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
## ${1:text here}
44
]]></content>
55
<tabTrigger>mdh2</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a heading 2(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Heading 2</description>
88
</snippet>

Headings/h3.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
### ${1:Text here}
44
]]></content>
55
<tabTrigger>mdh3</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a heading 3(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Heading 3</description>
88
</snippet>

Headings/h4.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#### ${1:text here}
44
]]></content>
55
<tabTrigger>mdh4</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a heading 4(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Heading 4</description>
88
</snippet>

Headings/h5.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
##### ${1:Text here}
44
]]></content>
55
<tabTrigger>mdh5</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a heading 5(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Heading 5</description>
88
</snippet>

Headings/h6.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
###### ${1:Text here}
44
]]></content>
55
<tabTrigger>mdh6</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a heading 6(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Heading 6</description>
88
</snippet>

Links/link_with_title.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
[${1:Title}](${2:Link})
44
]]></content>
55
<tabTrigger>mdlnkt</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a link with title(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Link</description>
88
</snippet>

Links/mailto.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
[${1:Clickable Display Text}](mailto:${2:email address here}?subject=[${3:subject here}]%20Source%20Han%20Sans)
44
]]></content>
55
<tabTrigger>mdmailto</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a mailto link for easy mailing scenarios(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown mailto</description>
88
</snippet>

List/Unordered_list.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
+ ${3:item3}
66
]]></content>
77
<tabTrigger>mdul</tabTrigger>
8-
<scope>text.html.markdown</scope>
9-
<description>Creates a unordered list(For .md files)</description>
8+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
9+
<description>Markdown Unordered List</description>
1010
</snippet>

List/ordered_list.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
3. ${3:item3}
66
]]></content>
77
<tabTrigger>mdol</tabTrigger>
8-
<scope>text.html.markdown</scope>
9-
<description>Creates a ordered list(For .md files)</description>
8+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
9+
<description>Markdown Ordered List</description>
1010
</snippet>

Tables/t12.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
| ------------- |:-------------:|
55
]]></content>
66
<tabTrigger>mdt12</tabTrigger>
7-
<scope>text.html.markdown</scope>
8-
<description>Creates a 1X2 table(For .md files)</description>
7+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
8+
<description>Markdown Table 1X2</description>
99
</snippet>

Tables/t13.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
| ------------- |:-------------:| -----:|
55
]]></content>
66
<tabTrigger>mdt13</tabTrigger>
7-
<scope>text.html.markdown</scope>
8-
<description>Creates a 1X3 table(For .md files)</description>
7+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
8+
<description>Markdown Table 1X3</description>
99
</snippet>

Tables/t21.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
| ${2:2,1} |
66
]]></content>
77
<tabTrigger>mdt21</tabTrigger>
8-
<scope>text.html.markdown</scope>
9-
<description>Creates a 2X1 table(For .md files)</description>
8+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
9+
<description>Markdown Table 2X1</description>
1010
</snippet>

Tables/t22.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
| ${3:2,1} | ${4:2,2} |
66
]]></content>
77
<tabTrigger>mdt22</tabTrigger>
8-
<scope>text.html.markdown</scope>
9-
<description>Creates a 2X2 table(For .md files)</description>
8+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
9+
<description>Markdown Table 2X2</description>
1010
</snippet>

Tables/t23.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
| ${4:2,1} |${5:2,2} | ${6:2,3} |
66
]]></content>
77
<tabTrigger>mdt23</tabTrigger>
8-
<scope>text.html.markdown</scope>
9-
<description>Creates a 2X3 table (For .md files)</description>
8+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
9+
<description>Markdown Table 2X3</description>
1010
</snippet>

Tables/t31.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| ${7:3,1} |
77
]]></content>
88
<tabTrigger>mdt31</tabTrigger>
9-
<scope>text.html.markdown</scope>
10-
<description>Creates a 3X1 table(For .md files)</description>
9+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
10+
<description>Markdown Table 3X1</description>
1111
</snippet>

Tables/t32.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| ${7:3,1} | ${8:3,2} |
77
]]></content>
88
<tabTrigger>mdt32</tabTrigger>
9-
<scope>text.html.markdown</scope>
10-
<description>Creates a 3X2 table(For .md files)</description>
9+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
10+
<description>Markdown Table 3X2</description>
1111
</snippet>

Tables/t33.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| ${7:3,1} | ${8:3,2} | ${9:3,3} |
77
]]></content>
88
<tabTrigger>mdt33</tabTrigger>
9-
<scope>text.html.markdown</scope>
10-
<description>Creates a 3X3 table(For ,md files)</description>
9+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
10+
<description>Markdown Table 3X3</description>
1111
</snippet>

TextDec/blockquote.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
> ${1:Text here}
44
]]></content>
55
<tabTrigger>mdbq</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a blockquote(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Blockquote</description>
88
</snippet>

TextDec/bold.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
**${1:BOLD text here}**
44
]]></content>
55
<tabTrigger>mdb</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a bold text(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Bold</description>
88
</snippet>

TextDec/italics.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
_${1:italic text}_
44
]]></content>
55
<tabTrigger>mdit</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a italic text(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Italic</description>
88
</snippet>

TextDec/strike.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
~~${1:Text here}~~
44
]]></content>
55
<tabTrigger>mdstrike</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a strikethrough text(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Strikethrough</description>
88
</snippet>

code/code_block.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $0
55
```
66
]]></content>
77
<tabTrigger>mdcb</tabTrigger>
8-
<scope>text.html.markdown</scope>
9-
<description>Creates a code block(For .md files)</description>
8+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
9+
<description>Markdown Code block</description>
1010
</snippet>

code/single_line_code.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
`${1:Code here}`
44
]]></content>
55
<tabTrigger>mdcs</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Creates a single line code(inline)(For .md file)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Inline Code</description>
88
</snippet>

img/imghov.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
![${1:alt text}](${2:Image link} "${3:Hover Text}")
44
]]></content>
55
<tabTrigger>mdimg</tabTrigger>
6-
<scope>text.html.markdown</scope>
7-
<description>Craetes a image with a hover text(For .md files)</description>
6+
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
7+
<description>Markdown Image</description>
88
</snippet>

0 commit comments

Comments
 (0)