view runtime/ftplugin/sbt.vim @ 18375:c25f7b1dc823

Added tag v8.1.2181 for changeset 86c00b8fefea5ce0745524076750fa7aed2c7094
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 17:45:04 +0200
parents d183d629509e
children 136d4922b40b
line wrap: on
line source

" 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