Sublime Forum

Why snippet not working?

#1

created a new snippet, stored in User/snippets/new.sublime-snippet:

<snippet>
<content><![CDATA[

]]></content>
<tabTrigger>hello</tabTrigger>
<scope>text.html.markdown.gfm</scope>

nor can I find the command snippet:hello nor does it trigger. I copy pasted the scope from file.

I tried with text scope as well which should be more generic.

I don’t get it what’s wrong here???

0 Likes