summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/sbt.mnv
blob: dc114a6ddb312f7549f583d734bea3905425e1e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin file
" Language:     sbt
" Maintainer:   Steven Dobay <stevendobay at protonmail.com>
" License:      Same as MNV
" Last Change:  2017.04.30
" ----------------------------------------------------------------------------

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

runtime! ftplugin/scala.mnv

let b:did_ftplugin = 1