blob: 4d50a7feb73299a6b6814affee4fc26c37bb01be [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
Riley Bruins0a083062024-06-03 20:40:45 +02006" 2024-05-23 by Riley Bruins <ribru17@gmail.com> ('commentstring')
Bram Moolenaarb529cfb2022-07-25 15:42:07 +01007
8if exists("b:did_ftplugin")
9 finish
10endif
11let b:did_ftplugin = 1
12
Riley Bruins0a083062024-06-03 20:40:45 +020013setlocal commentstring=#\ %s
Bram Moolenaarb529cfb2022-07-25 15:42:07 +010014setlocal comments=:#
15setlocal suffixesadd=.bb,.bbclass
16
17let b:undo_ftplugin = "setl cms< com< sua<"