view runtime/ftplugin/bitbake.vim @ 31007:2907ad90d404

Added tag v9.0.0838 for changeset d63bb3fa9939421c22047762a773b97e73260ebe
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Nov 2022 12:30:06 +0100
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<"