- Code: Select all
<snippet>
<content><![CDATA[<p>${0:${TM_SELECTED_TEXT:Paragraph}}</p>]]></content>
<scope>source.php, text.html</scope>
<description>HTML "p" Tag</description>
</snippet>
This is what i am trying to use to bind it:
- Code: Select all
{ "keys": ["alt+shift+p"], "command": "insert_snippet", "args": {"file": "Packages/User/ptag.sublime-snippet"}}