Added my snippets and current settings on Linux
This commit is contained in:
14
Packages/User/bladefile.sublime-snippet
Normal file
14
Packages/User/bladefile.sublime-snippet
Normal file
@ -0,0 +1,14 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
@extends('layouts.${1}')
|
||||
|
||||
@section('${2}')
|
||||
|
||||
@endsection
|
||||
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>bladefile</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<!-- <scope>source.python</scope> -->
|
||||
</snippet>
|
Reference in New Issue
Block a user