I'm writing a snippet for html.erb files,
but I can't understead what should I write in scope tag.
When I press ctrl+shift+alt+p it shows to me "text.html.ruby text.html.basic"
html.erb
<p>test</p>
<%= 'test' %>
The snippet
<snippet>
<content><![CDATA[test]]></content>
<tabTrigger>test</tabTrigger>
<scope>text.html.ruby</scope>
</snippet>
or
<snippet>
<content><![CDATA[test]]></content>
<tabTrigger>test</tabTrigger>
<scope>text.html.basic</scope>
</snippet>
Doesn't work but it's all right with the snippet cuz when I change the scope to "source.ruby" all is working fine.
P.S correct my english.