summaryrefslogtreecommitdiffstats
path: root/indent/blade.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/blade.vim')
-rw-r--r--indent/blade.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/indent/blade.vim b/indent/blade.vim
index 9fe95742..cd865cd9 100644
--- a/indent/blade.vim
+++ b/indent/blade.vim
@@ -1,5 +1,7 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'blade') == -1
-
+if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'blade') != -1
+ finish
+endif
+
" Vim indent file
" Language: Blade (Laravel)
" Maintainer: Jason Walton <jwalton512@gmail.com>
@@ -95,5 +97,3 @@ function! GetBladeIndent()
return indent
endfunction
-
-endif