diff --git a/README.md b/README.md
index 1a9dc31..4d11746 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,9 @@ Or download the snippets zip file and unzip it into your Packages folder.
| secy | @section('`name`')
**{{-- expr --\}\}**
@yield_section |
| yl | @yield('`section`', '`default`') |
| lsec | @section('`name`')
**{{-- expr --\}\}**
@show |
-| par | @parent |
+| par | @parent |
+| stack | @stack('`name`') |
+| push | @push('`name`')
**{{-- expr --\}\}**
@endpush |
| !! | {!! $`var` !!} |
| }} | {{ `escaped output` }} |
| inc | @include('`view.name`', `array('some' => 'data')`) |
diff --git a/snippets/blade-push.sublime-snippet b/snippets/blade-push.sublime-snippet
new file mode 100644
index 0000000..ca23c2f
--- /dev/null
+++ b/snippets/blade-push.sublime-snippet
@@ -0,0 +1,11 @@
+
+
+
+ push
+
+ text.blade
+
diff --git a/snippets/blade-stack.sublime-snippet b/snippets/blade-stack.sublime-snippet
new file mode 100644
index 0000000..b7e00f5
--- /dev/null
+++ b/snippets/blade-stack.sublime-snippet
@@ -0,0 +1,7 @@
+
+
+ stack
+ text.blade
+