Skip to content

Instantly share code, notes, and snippets.

@albertbaldi
Last active October 5, 2015 13:38
Show Gist options
  • Save albertbaldi/d130e5da5d07b37338a0 to your computer and use it in GitHub Desktop.
Save albertbaldi/d130e5da5d07b37338a0 to your computer and use it in GitHub Desktop.
SublimeText 2 snippet: Blade named properties
<snippet>
<content>
<![CDATA['${1}' => '${2}', ]]>
</content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>ai</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment