blob: 309d30e503c998f38993275e4158e5755a50b5a9 [file] [log] [blame]
Bram Moolenaarb4d6c3e2017-05-27 16:45:17 +02001" Vim filetype plugin file
2" Language: sbt
3" Maintainer: Steven Dobay <stevendobay at protonmail.com>
4" License: Same as Vim
5" Last Change: 2017.04.30
6" ----------------------------------------------------------------------------
7
8if exists('b:did_ftplugin') || &cp
9 finish
10endif
11
12let b:did_ftplugin = 1
13
14runtime! ftplugin/scala.vim
15