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>

0 commit comments

Comments
 (0)