view runtime/ftplugin/sbt.vim @ 23425:a3c77a2e53b6

Added tag v8.2.2255 for changeset c0880eafe1628f225f11f6389dc49975e12a9639
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Dec 2020 18:15:04 +0100
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