diff options
Diffstat (limited to 'indent/scala.vim')
-rw-r--r-- | indent/scala.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/scala.vim b/indent/scala.vim index 4930becd..6f5d1da9 100644 --- a/indent/scala.vim +++ b/indent/scala.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'scala') == -1 + " Vim indent file " Language : Scala (http://scala-lang.org/) " Original Author : Stefan Matthias Aust @@ -596,3 +598,5 @@ endfunction " vim:set sw=2 sts=2 ts=8 et: " vim600:fdm=marker fdl=1 fdc=0: + +endif |