Skip to content

Commit

Permalink
Scopes Defined and Descriptions named short to be used as labels
Browse files Browse the repository at this point in the history
  • Loading branch information
code-reaper08 committed Mar 1, 2021
1 parent 0c81494 commit 107f3a8
Show file tree
Hide file tree
Showing 29 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions Github_spec/cic.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
- [x] ${1:Checked item}
]]></content>
<tabTrigger>mdcic</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a Checked item(GITHUB specific)(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Checked item</description>
</snippet>
4 changes: 2 additions & 2 deletions Github_spec/ciu.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
- [ ] ${1:Unchecked item}
]]></content>
<tabTrigger>mdciu</tabTrigger>
<scope>text.html.markdown</scope>
<description>Create a Unchecked item(GITHUB specific)(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Unchecked item</description>
</snippet>
4 changes: 2 additions & 2 deletions Github_spec/hor_line.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
---
]]></content>
<tabTrigger>mdhl</tabTrigger>
<scope>text.html.markdown</scope>
<description>Inserts a horizontal line seperator(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown horizontal line</description>
</snippet>
4 changes: 2 additions & 2 deletions Github_spec/mention.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@${1:Username}
]]></content>
<tabTrigger>mdmention</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a mention(GITHUB Specific)(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Mention</description>
</snippet>
4 changes: 2 additions & 2 deletions Headings/h1.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
]]></content>

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

<description>Creates a heading 1(For .md files)</description>
<description>Markdown Heading 1</description>
</snippet>
4 changes: 2 additions & 2 deletions Headings/h2.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
## ${1:text here}
]]></content>
<tabTrigger>mdh2</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a heading 2(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Heading 2</description>
</snippet>
4 changes: 2 additions & 2 deletions Headings/h3.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
### ${1:Text here}
]]></content>
<tabTrigger>mdh3</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a heading 3(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Heading 3</description>
</snippet>
4 changes: 2 additions & 2 deletions Headings/h4.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#### ${1:text here}
]]></content>
<tabTrigger>mdh4</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a heading 4(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Heading 4</description>
</snippet>
4 changes: 2 additions & 2 deletions Headings/h5.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
##### ${1:Text here}
]]></content>
<tabTrigger>mdh5</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a heading 5(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Heading 5</description>
</snippet>
4 changes: 2 additions & 2 deletions Headings/h6.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
###### ${1:Text here}
]]></content>
<tabTrigger>mdh6</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a heading 6(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Heading 6</description>
</snippet>
4 changes: 2 additions & 2 deletions Links/link_with_title.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
[${1:Title}](${2:Link})
]]></content>
<tabTrigger>mdlnkt</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a link with title(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Link</description>
</snippet>
4 changes: 2 additions & 2 deletions Links/mailto.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
[${1:Clickable Display Text}](mailto:${2:email address here}?subject=[${3:subject here}]%20Source%20Han%20Sans)
]]></content>
<tabTrigger>mdmailto</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a mailto link for easy mailing scenarios(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown mailto</description>
</snippet>
4 changes: 2 additions & 2 deletions List/Unordered_list.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
+ ${3:item3}
]]></content>
<tabTrigger>mdul</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a unordered list(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Unordered List</description>
</snippet>
4 changes: 2 additions & 2 deletions List/ordered_list.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
3. ${3:item3}
]]></content>
<tabTrigger>mdol</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a ordered list(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Ordered List</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t12.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
| ------------- |:-------------:|
]]></content>
<tabTrigger>mdt12</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 1X2 table(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 1X2</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t13.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
| ------------- |:-------------:| -----:|
]]></content>
<tabTrigger>mdt13</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 1X3 table(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 1X3</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t21.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
| ${2:2,1} |
]]></content>
<tabTrigger>mdt21</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 2X1 table(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 2X1</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t22.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
| ${3:2,1} | ${4:2,2} |
]]></content>
<tabTrigger>mdt22</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 2X2 table(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 2X2</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t23.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
| ${4:2,1} |${5:2,2} | ${6:2,3} |
]]></content>
<tabTrigger>mdt23</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 2X3 table (For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 2X3</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t31.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| ${7:3,1} |
]]></content>
<tabTrigger>mdt31</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 3X1 table(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 3X1</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t32.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| ${7:3,1} | ${8:3,2} |
]]></content>
<tabTrigger>mdt32</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 3X2 table(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 3X2</description>
</snippet>
4 changes: 2 additions & 2 deletions Tables/t33.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| ${7:3,1} | ${8:3,2} | ${9:3,3} |
]]></content>
<tabTrigger>mdt33</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a 3X3 table(For ,md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Table 3X3</description>
</snippet>
4 changes: 2 additions & 2 deletions TextDec/blockquote.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
> ${1:Text here}
]]></content>
<tabTrigger>mdbq</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a blockquote(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Blockquote</description>
</snippet>
4 changes: 2 additions & 2 deletions TextDec/bold.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
**${1:BOLD text here}**
]]></content>
<tabTrigger>mdb</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a bold text(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Bold</description>
</snippet>
4 changes: 2 additions & 2 deletions TextDec/italics.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
_${1:italic text}_
]]></content>
<tabTrigger>mdit</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a italic text(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Italic</description>
</snippet>
4 changes: 2 additions & 2 deletions TextDec/strike.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
~~${1:Text here}~~
]]></content>
<tabTrigger>mdstrike</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a strikethrough text(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Strikethrough</description>
</snippet>
4 changes: 2 additions & 2 deletions code/code_block.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $0
```
]]></content>
<tabTrigger>mdcb</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a code block(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Code block</description>
</snippet>
4 changes: 2 additions & 2 deletions code/single_line_code.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
`${1:Code here}`
]]></content>
<tabTrigger>mdcs</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a single line code(inline)(For .md file)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Inline Code</description>
</snippet>
4 changes: 2 additions & 2 deletions img/imghov.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
![${1:alt text}](${2:Image link} "${3:Hover Text}")
]]></content>
<tabTrigger>mdimg</tabTrigger>
<scope>text.html.markdown</scope>
<description>Craetes a image with a hover text(For .md files)</description>
<scope>text.html.markdown - meta.code-fence - markup.raw</scope>
<description>Markdown Image</description>
</snippet>

0 comments on commit 107f3a8

Please sign in to comment.