diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/cucumber.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/cucumber.vim b/syntax/cucumber.vim index f1ef2992..328d3912 100644 --- a/syntax/cucumber.vim +++ b/syntax/cucumber.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'cucumber') == -1 + " Vim syntax file " Language: Cucumber " Maintainer: Tim Pope <vimNOSPAM@tpope.org> @@ -140,3 +142,5 @@ let &cpo = s:keepcpo unlet s:keepcpo " vim:set sts=2 sw=2: + +endif |