about summary refs log blame commit diff
path: root/sublime/.config/sublime-text-3/Packages/User/session.sublime-snippet
blob: 4a9b6373bf4989b12ccb230cf8ab1a024d18b78b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                           
<snippet>
  <content><![CDATA[
\$_SESSION["$1"]
]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>sesh</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <scope>source.php</scope>
</snippet>