~/Library/Application Support/Sublime Text 3/Packages/User に以下を保存しましたsass_mq.sublime-snippet
:
<snippet>
<content><![CDATA[
@include respond-min() {}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>mq</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.sass</scope>
</snippet>
cmd + opt + pをsource.sass
押してステータスバーを見てみました。
スコープを削除すると、他のすべてのファイル タイプで機能しますが、.scss ファイルでは機能しません。
私の構文は間違っていますか?