0

I made a snippet which works on other scopes, but won't with html.
When i'm typing "test" just nothing happens.
Why?

<snippet>
    <content><![CDATA[test]]></content>
    <tabTrigger>test</tabTrigger>
    <scope>text.html</scope>
</snippet>
Parki
  • 159
  • 9

1 Answers1

0

Try to type "<test" instead of "test".

Parki
  • 159
  • 9
  • @Hassan Saghir what do you mean? That i'm answering to my own question? – Parki Mar 21 '16 at 11:00
  • Yep, you answering to you own question ! –  Mar 21 '16 at 11:03
  • @HassanSaghir it's okay to answer to your own question. read [this](http://blog.stackoverflow.com/2011/07/its-ok-to-ask-and-answer-your-own-questions) pls. – Parki Mar 21 '16 at 11:30