问题
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>
回答1:
Try to type "<test" instead of "test".
来源:https://stackoverflow.com/questions/36129043/how-to-create-a-snippet-for-html-in-sublime-text