blob: 99fe3346272fa4c1d0ee480340ae9c9956da43d9 [file] [log] [blame]
Bram Moolenaarb529cfb2022-07-25 15:42:07 +01001" Vim filetype plugin file
2" Language: Bitbake
3" Maintainer: Gregory Anders <greg@gpanders.com>
4" Repository: https://github.com/openembedded/bitbake
5" Latest Revision: 2022-07-23
6
7if exists("b:did_ftplugin")
8 finish
9endif
10let b:did_ftplugin = 1
11
12setlocal commentstring=#%s
13setlocal comments=:#
14setlocal suffixesadd=.bb,.bbclass
15
16let b:undo_ftplugin = "setl cms< com< sua<"