-
Couldn't load subscription status.
- Fork 2
Closed
Description
All your snippets miss the <scope>text.html.markdown</scope> keys, which causes them to be suggested in any syntax.
Example
Current h1.sublime-snippet
<snippet>
<content><![CDATA[
# ${1:text here}
]]></content>
<tabTrigger>mdh1</tabTrigger>
<description>Creates a heading 1(For .md files)</description>
</snippet>
Prefered h1.sublime-snippet
<snippet>
<content><![CDATA[
# ${1:text here}
]]></content>
<tabTrigger>mdh1</tabTrigger>
<scope>text.html.markdown</scope>
<description>Creates a heading 1</description>
</snippet>
Metadata
Metadata
Assignees
Labels
No labels