Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
php 5.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
uonick committed Mar 7, 2015
1 parent 45fb2d0 commit ff3284e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions fatfree-mset.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
<snippet>
<content><![CDATA[
\$f3->mset(
array(
'${1:key}' => '${2:value}',
)
);
\$f3->mset(['${1:key}' => '${2:value}'], ['key2'=>'value2']);
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>fmset</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
<description>Fat-Free mset</description>
</snippet>
</snippet>

0 comments on commit ff3284e

Please sign in to comment.