summaryrefslogtreecommitdiffstats
path: root/ftplugin/sbt.vim
blob: 73df97ca167c88c337056575a6ec3fc195060798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if has_key(g:polyglot_is_disabled, 'sbt')
  finish
endif

" Vim filetype plugin file
" Language:     sbt
" Maintainer:   Steven Dobay <stevendobay at protonmail.com>
" License:      Same as Vim
" Last Change:  2017.04.30
" ----------------------------------------------------------------------------

if exists('b:did_ftplugin') || &cp
  finish
endif

let b:did_ftplugin = 1

runtime! ftplugin/scala.vim