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>
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>
Try to type "<test" instead of "test".