diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/groovy.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/groovy.vim b/syntax/groovy.vim index 2182bd3e..68c9a996 100644 --- a/syntax/groovy.vim +++ b/syntax/groovy.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'groovy') == -1 + " Vim syntax file " Language: Groovy " Maintainer: Alessio Pace <billy.corgan@tiscali.it> @@ -449,4 +450,5 @@ endif let b:spell_options="contained" " vim: ts=8 + endif |