diff options
Diffstat (limited to 'indent/pug.vim')
-rw-r--r-- | indent/pug.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/pug.vim b/indent/pug.vim index cfb363cc..291ebfc6 100644 --- a/indent/pug.vim +++ b/indent/pug.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pug') == -1 + " Vim indent file " Language: Pug " Maintainer: Joshua Borton @@ -69,4 +70,5 @@ function! GetPugIndent() endfunction " vim:set sw=2: + endif |