summaryrefslogtreecommitdiffstats
path: root/indent/blade.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/blade.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/blade.vim b/indent/blade.vim
index 95cc00a4..e93d48c9 100644
--- a/indent/blade.vim
+++ b/indent/blade.vim
@@ -19,7 +19,7 @@ let b:did_indent = 1
" Doesn't include 'foreach' and 'forelse' because these already get matched by 'for'.
let s:directives_start = 'if\|else\|unless\|for\|while\|empty\|push\|section\|can\|hasSection\|verbatim\|php\|' .
- \ 'component\|slot\|prepend'
+ \ 'component\|slot\|prepend\|auth\|guest'
let s:directives_end = 'else\|end\|empty\|show\|stop\|append\|overwrite'
if exists('g:blade_custom_directives_pairs')