15 lines
348 B
XML
15 lines
348 B
XML
<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>
|