Steps:
- Tools
- New Snippet
<snippet>
<content><![CDATA[
Route::get('test', function() {
// don't convert the tabs into spaces
});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
- Save, [name].sublime-snippet remember the name
CTRL + SHIFT + P- Type
snippet - Look for the name you used when saving the snippet
- HIT enter