view runtime/ftplugin/bitbake.vim @ 33238:6c1d29d45734 v9.0.1892

patch 9.0.1892: CI: no FreeBSD 14 support Commit: https://github.com/vim/vim/commit/24a95f42b8469944a1e74838438ac8f1d86f9450 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Sep 10 18:31:51 2023 +0200 patch 9.0.1892: CI: no FreeBSD 14 support Problem: CI: no FreeBSD 14 support Solution: Drop support for FreeBSD 12, add FreeBSD 14 closes: #13059 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2023 18:45:03 +0200
parents 67f31c24291b
children 7c7432a53a6c
line wrap: on
line source

" Vim filetype plugin file
" Language: Bitbake
" Maintainer: Gregory Anders <greg@gpanders.com>
" Repository: https://github.com/openembedded/bitbake
" Latest Revision: 2022-07-23

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

setlocal commentstring=#%s
setlocal comments=:#
setlocal suffixesadd=.bb,.bbclass

let b:undo_ftplugin = "setl cms< com< sua<"