Skip to content

All snippets miss a scope #1

@deathaxe

Description

@deathaxe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions